Html Css Color HEX #5E6249 Woodland

📋 copy color: '#5E6249'

red 94 ◦ green 98 ◦ blue 73

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

Shades of Woodland #5E6249

Tints of Woodland #5E6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 35.47%
G = 36.98%
B = 27.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#5E6249 (or 0x5E6249) is known color: Woodland. HEX triplet: 5E, 62 and 49. RGB value is (94,98,73). Sum of RGB (Red+Green+Blue) = 94+98+73=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6249 is #A19DB6. Grayscale: #5E5E5E. Windows color (decimal): -10591671 or 4809310. OLE color: 4809310.

HSL color Cylindrical-coordinate representation of color #5E6249: hue angle of 69.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6249 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 98 73 -
CMYK 0.04 0 0.26 0.62
HSL 69.6º 0.15% 0.34% -
HSV(B) 69.6º 0.26% 0.38% -
XYZ 10.19 11.6 8 -
YUV 93.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 94 98 73 0.04 0 0.26 0.62 69.6 0.15 0.34
Hex 5E 62 49 4 0 1A 3E 46 F 22
Octal 136 142 111 4 0 32 76 106 17 42
Binary 1011110 1100010 1001001 100 0 11010 111110 1000110 1111 100010

Color Harmonies of #5E6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6249

Black with #5E6249

Text Example


Text Example

White with #5E6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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