#5F6D4C

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

Shades of Chalet Green #5F6D4C

Tints of Chalet Green #5F6D4C

Color information

#5F6D4C (or 0x5F6D4C) is unknown color: approx Chalet Green. HEX triplet: 5F, 6D and 4C. RGB value is (95,109,76). Sum of RGB (Red+Green+Blue) = 95+109+76=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6D4C is #A092B3. Grayscale: #656565. Windows color (decimal): -10523316 or 5008735. OLE color: 5008735.

HSL color Cylindrical-coordinate representation of color #5F6D4C: hue angle of 85.45º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F6D4C is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB9510976-
CMYK0.1300.300.57
HSL85.45º17.84%36.27%-
HSV(B)85.45º30.28%42.75%-
XYZ11.4913.898.91-
YUV101.05113.86123.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=33.93%
G=38.93%
B=27.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95109760.1300.300.5785.4517.8436.27
Hex5F6D4CD01E39551224
Octal13715511415036711252244
Binary1011111110110110011001101011110111001101010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,109,76); }

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

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

 a { background-color: rgb(95,109,76); }

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

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

 span { border-color: rgb(95,109,76); }

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