Html Css Color HEX #5E6049 Woodland

📋 copy color: '#5E6049'

red 94 ◦ green 96 ◦ blue 73

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

Shades of Woodland #5E6049

Tints of Woodland #5E6049

RGB

 RED value IS 94 (37.11% from 255) = 35.74%

 GREEN value IS 96 (37.89% from 255) = 36.5%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 35.74%
G = 36.5%
B = 27.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#5E6049 (or 0x5E6049) is known color: Woodland. HEX triplet: 5E, 60 and 49. RGB value is (94,96,73). Sum of RGB (Red+Green+Blue) = 94+96+73=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6049 is #A19FB6. Grayscale: #5C5C5C. Windows color (decimal): -10592183 or 4808798. OLE color: 4808798.

HSL color Cylindrical-coordinate representation of color #5E6049: hue angle of 65.22º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E6049 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 73 -
CMYK 0.02 0 0.24 0.62
HSL 65.22º 0.14% 0.33% -
HSV(B) 65.22º 0.24% 0.38% -
XYZ 10 11.23 7.94 -
YUV 92.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 94 96 73 0.02 0 0.24 0.62 65.22 0.14 0.33
Hex 5E 60 49 2 0 18 3E 41 E 21
Octal 136 140 111 2 0 30 76 101 16 41
Binary 1011110 1100000 1001001 10 0 11000 111110 1000001 1110 100001

Color Harmonies of #5E6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6049

Black with #5E6049

Text Example


Text Example

White with #5E6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,73); }

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

background-color css

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

 a { background-color: rgb(94,96,73); }

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

border-color css

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

 span { border-color: rgb(94,96,73); }

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