#556F3C

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

Shades of Chalet Green #556F3C

Tints of Chalet Green #556F3C

Color information

#556F3C (or 0x556F3C) is unknown color: approx Chalet Green. HEX triplet: 55, 6F and 3C. RGB value is (85,111,60). Sum of RGB (Red+Green+Blue) = 85+111+60=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #556F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F3C is #AA90C3. Grayscale: #616161. Windows color (decimal): -11178180 or 3960661. OLE color: 3960661.

HSL color Cylindrical-coordinate representation of color #556F3C: hue angle of 90.59º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556F3C is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB8511160-
CMYK0.2300.460.56
HSL90.59º29.82%33.53%-
HSV(B)90.59º45.95%43.53%-
XYZ10.2513.636.37-
YUV97.41106.89119.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=33.20%
G=43.36%
B=23.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111600.2300.460.5690.5929.8233.53
Hex556F3C1702E385b1e22
Octal1251577427056701333642
Binary10101011101111111100101110101110111000101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556F3C; }

 p { color: rgb(85,111,60); }

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

<style>
 a { background-color: #556F3C; }

 a { background-color: rgb(85,111,60); }

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

<style>
 span { border-color: #556F3C; }

 span { border-color: rgb(85,111,60); }

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