Html Css Color HEX #5C7542 Chalet Green

📋 copy color: '#5C7542'

red 92 ◦ green 117 ◦ blue 66

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

Shades of Chalet Green #5C7542

Tints of Chalet Green #5C7542

RGB

 RED value IS 92 (36.33% from 255) = 33.45%

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

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

R = 33.45%
G = 42.55%
B = 24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#5C7542 (or 0x5C7542) is known color: Chalet Green. HEX triplet: 5C, 75 and 42. RGB value is (92,117,66). Sum of RGB (Red+Green+Blue) = 92+117+66=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7542 is #A38ABD. Grayscale: #676767. Windows color (decimal): -10717886 or 4355420. OLE color: 4355420.

HSL color Cylindrical-coordinate representation of color #5C7542: hue angle of 89.41º 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 #5C7542 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 66 -
CMYK 0.21 0 0.44 0.54
HSL 89.41º 0.28% 0.36% -
HSV(B) 89.41º 0.44% 0.46% -
XYZ 11.76 15.39 7.51 -
YUV 103.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 92 117 66 0.21 0 0.44 0.54 89.41 0.28 0.36
Hex 5C 75 42 15 0 2C 36 59 1C 24
Octal 134 165 102 25 0 54 66 131 34 44
Binary 1011100 1110101 1000010 10101 0 101100 110110 1011001 11100 100100

Color Harmonies of #5C7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7542

Black with #5C7542

Text Example


Text Example

White with #5C7542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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