#5F6C40

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

Shades of Chalet Green #5F6C40

Tints of Chalet Green #5F6C40

Color information

#5F6C40 (or 0x5F6C40) is unknown color: approx Chalet Green. HEX triplet: 5F, 6C and 40. RGB value is (95,108,64). Sum of RGB (Red+Green+Blue) = 95+108+64=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #5F6C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6C40 is #A093BF. Grayscale: #636363. Windows color (decimal): -10523584 or 4222047. OLE color: 4222047.

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

Color convert

RGB9510864-
CMYK0.1200.410.58
HSL77.73º25.58%33.73%-
HSV(B)77.73º40.74%42.35%-
XYZ11.0113.536.88-
YUV99.1108.19125.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.58%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=35.58%
G=40.45%
B=23.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95108640.1200.410.5877.7325.5833.73
Hex5F6C40C0293A4e1a22
Octal13715410014051721163242
Binary10111111101100100000011000101001111010100111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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