#5F704C

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

Shades of Chalet Green #5F704C

Tints of Chalet Green #5F704C

Color information

#5F704C (or 0x5F704C) is unknown color: approx Chalet Green. HEX triplet: 5F, 70 and 4C. RGB value is (95,112,76). Sum of RGB (Red+Green+Blue) = 95+112+76=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #5F704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F704C is #A08FB3. Grayscale: #666666. Windows color (decimal): -10522548 or 5009503. OLE color: 5009503.

HSL color Cylindrical-coordinate representation of color #5F704C: hue angle of 88.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F704C is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB9511276-
CMYK0.1500.320.56
HSL88.33º19.15%36.86%-
HSV(B)88.33º32.14%43.92%-
XYZ11.8214.549.02-
YUV102.81112.87122.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.57%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=33.57%
G=39.58%
B=26.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112760.1500.320.5688.3319.1536.86
Hex5F704CF02038581325
Octal13716011417040701302345
Binary10111111110000100110011110100000111000101100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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