Html Css Color HEX #5E6142 Woodland

📋 copy color: '#5E6142'

red 94 ◦ green 97 ◦ blue 66

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

Shades of Woodland #5E6142

Tints of Woodland #5E6142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 36.58%
G = 37.74%
B = 25.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#5E6142 (or 0x5E6142) is known color: Woodland. HEX triplet: 5E, 61 and 42. RGB value is (94,97,66). Sum of RGB (Red+Green+Blue) = 94+97+66=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6142 is #A19EBD. Grayscale: #5C5C5C. Windows color (decimal): -10591934 or 4350302. OLE color: 4350302.

HSL color Cylindrical-coordinate representation of color #5E6142: hue angle of 65.81º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E6142 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 66 -
CMYK 0.03 0 0.32 0.62
HSL 65.81º 0.19% 0.32% -
HSV(B) 65.81º 0.32% 0.38% -
XYZ 9.87 11.32 6.82 -
YUV 92.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 94 97 66 0.03 0 0.32 0.62 65.81 0.19 0.32
Hex 5E 61 42 3 0 20 3E 42 13 20
Octal 136 141 102 3 0 40 76 102 23 40
Binary 1011110 1100001 1000010 11 0 100000 111110 1000010 10011 100000

Color Harmonies of #5E6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6142

Black with #5E6142

Text Example


Text Example

White with #5E6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,66); }

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

background-color css

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

 a { background-color: rgb(94,97,66); }

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

border-color css

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

 span { border-color: rgb(94,97,66); }

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