Html Css Color HEX #5E7542 Chalet Green

📋 copy color: '#5E7542'

red 94 ◦ green 117 ◦ blue 66

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

Shades of Chalet Green #5E7542

Tints of Chalet Green #5E7542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

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

R = 33.94%
G = 42.24%
B = 23.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#5E7542 (or 0x5E7542) is known color: Chalet Green. HEX triplet: 5E, 75 and 42. RGB value is (94,117,66). Sum of RGB (Red+Green+Blue) = 94+117+66=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7542 is #A18ABD. Grayscale: #686868. Windows color (decimal): -10586814 or 4355422. OLE color: 4355422.

HSL color Cylindrical-coordinate representation of color #5E7542: hue angle of 87.06º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E7542 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 66 -
CMYK 0.20 0 0.44 0.54
HSL 87.06º 0.28% 0.36% -
HSV(B) 87.06º 0.44% 0.46% -
XYZ 11.96 15.5 7.51 -
YUV 104.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 94 117 66 0.20 0 0.44 0.54 87.06 0.28 0.36
Hex 5E 75 42 14 0 2C 36 57 1C 24
Octal 136 165 102 24 0 54 66 127 34 44
Binary 1011110 1110101 1000010 10100 0 101100 110110 1010111 11100 100100

Color Harmonies of #5E7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7542

Black with #5E7542

Text Example


Text Example

White with #5E7542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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