Html Css Color HEX #5F6A31 Rain Forest

📋 copy color: '#5F6A31'

red 95 ◦ green 106 ◦ blue 49

#5F6A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #5F6A31

Tints of Rain Forest #5F6A31

RGB

 RED value IS 95 (37.5% from 255) = 38%

 GREEN value IS 106 (41.8% from 255) = 42.4%

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 38%
G = 42.4%
B = 19.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F6A31 (or 0x5F6A31) is known color: Rain Forest. HEX triplet: 5F, 6A and 31. RGB value is (95,106,49). Sum of RGB (Red+Green+Blue) = 95+106+49=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6A31 is #A095CE. Grayscale: #606060. Windows color (decimal): -10524111 or 3238495. OLE color: 3238495.

HSL color Cylindrical-coordinate representation of color #5F6A31: hue angle of 71.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F6A31 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 106 49 -
CMYK 0.10 0 0.54 0.58
HSL 71.58º 0.37% 0.3% -
HSV(B) 71.58º 0.54% 0.42% -
XYZ 10.43 12.96 4.86 -
YUV 96.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 95 106 49 0.10 0 0.54 0.58 71.58 0.37 0.3
Hex 5F 6A 31 A 0 36 3A 48 25 1E
Octal 137 152 61 12 0 66 72 110 45 36
Binary 1011111 1101010 110001 1010 0 110110 111010 1001000 100101 11110

Color Harmonies of #5F6A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6A31

Black with #5F6A31

Text Example


Text Example

White with #5F6A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6A31; }

 p { color: rgb(95,106,49); }

 H1.HeaderClassName
 {
   color: #5F6A31;
 }
 .AnyTagClassName
 {
   color: #5F6A31;
 }
</style>

background-color css

<style>
 a { background-color: #5F6A31; }

 a { background-color: rgb(95,106,49); }

 div.DivClassName
 {
   background-color: #5F6A31;
 }
 .BgClassName
 {
   background-color: #5F6A31;
 }
</style>

border-color css

<style>
 span { border-color: #5F6A31; }

 span { border-color: rgb(95,106,49); }

 td.TdClassName
 {
   border-color: #5F6A31;
 }
 .TagClassName
 {
   border-color: #5F6A31;
 }
</style>