#5C704A

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

Shades of Chalet Green #5C704A

Tints of Chalet Green #5C704A

Color information

#5C704A (or 0x5C704A) is unknown color: approx Chalet Green. HEX triplet: 5C, 70 and 4A. RGB value is (92,112,74). Sum of RGB (Red+Green+Blue) = 92+112+74=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #5C704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C704A is #A38FB5. Grayscale: #656565. Windows color (decimal): -10719158 or 4878428. OLE color: 4878428.

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

Color convert

RGB9211274-
CMYK0.1800.340.56
HSL91.58º20.43%36.47%-
HSV(B)91.58º33.93%43.92%-
XYZ11.4414.368.65-
YUV101.69112.37121.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=33.09%
G=40.29%
B=26.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92112740.1800.340.5691.5820.4336.47
Hex5C704A12022385c1424
Octal13416011222042701342444
Binary101110011100001001010100100100010111000101110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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