#5C7040

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

Shades of Chalet Green #5C7040

Tints of Chalet Green #5C7040

Color information

#5C7040 (or 0x5C7040) is unknown color: approx Chalet Green. HEX triplet: 5C, 70 and 40. RGB value is (92,112,64). Sum of RGB (Red+Green+Blue) = 92+112+64=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7040 is #A38FBF. Grayscale: #646464. Windows color (decimal): -10719168 or 4223068. OLE color: 4223068.

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

Color convert

RGB9211264-
CMYK0.1800.430.56
HSL85º27.27%34.51%-
HSV(B)85º42.86%43.92%-
XYZ11.1314.237.01-
YUV100.55107.37121.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=34.33%
G=41.79%
B=23.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92112640.1800.430.568527.2734.51
Hex5C70401202B38551b23
Octal13416010022053701253343
Binary101110011100001000000100100101011111000101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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