#5C7042

Color #5C7042 Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #5C7042

Tints of Chalet Green #5C7042

Color information

#5C7042 (or 0x5C7042) is unknown color: approx Chalet Green. HEX triplet: 5C, 70 and 42. RGB value is (92,112,66). Sum of RGB (Red+Green+Blue) = 92+112+66=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7042 is #A38FBD. Grayscale: #646464. Windows color (decimal): -10719166 or 4354140. OLE color: 4354140.

HSL color Cylindrical-coordinate representation of color #5C7042: hue angle of 86.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C7042 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB9211266-
CMYK0.1800.410.56
HSL86.09º25.84%34.9%-
HSV(B)86.09º41.07%43.92%-
XYZ11.1914.267.32-
YUV100.78108.37121.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.07%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=34.07%
G=41.48%
B=24.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92112660.1800.410.5686.0925.8434.9
Hex5C70421202938561a23
Octal13416010222051701263243
Binary101110011100001000010100100101001111000101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C7042;
 }
 .AnyTagClassName
 {
   color: #5C7042;
 }
</style>
background-color css

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

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

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

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

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

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