#5F6E40

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

Shades of Chalet Green #5F6E40

Tints of Chalet Green #5F6E40

Color information

#5F6E40 (or 0x5F6E40) is unknown color: approx Chalet Green. HEX triplet: 5F, 6E and 40. RGB value is (95,110,64). Sum of RGB (Red+Green+Blue) = 95+110+64=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6E40 is #A091BF. Grayscale: #646464. Windows color (decimal): -10523072 or 4222559. OLE color: 4222559.

HSL color Cylindrical-coordinate representation of color #5F6E40: hue angle of 79.57º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F6E40 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB9511064-
CMYK0.1400.420.57
HSL79.57º26.44%34.12%-
HSV(B)79.57º41.82%43.14%-
XYZ11.2213.956.95-
YUV100.27107.53124.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=35.32%
G=40.89%
B=23.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95110640.1400.420.5779.5726.4434.12
Hex5F6E40E02A39501a22
Octal13715610016052711203242
Binary10111111101110100000011100101010111001101000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,110,64); }

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

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

 a { background-color: rgb(95,110,64); }

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

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

 span { border-color: rgb(95,110,64); }

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