#5F704A

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

Shades of Chalet Green #5F704A

Tints of Chalet Green #5F704A

Color information

#5F704A (or 0x5F704A) is unknown color: approx Chalet Green. HEX triplet: 5F, 70 and 4A. RGB value is (95,112,74). Sum of RGB (Red+Green+Blue) = 95+112+74=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #5F704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F704A is #A08FB5. Grayscale: #666666. Windows color (decimal): -10522550 or 4878431. OLE color: 4878431.

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

Color convert

RGB9511274-
CMYK0.1500.340.56
HSL86.84º20.43%36.47%-
HSV(B)86.84º33.93%43.92%-
XYZ11.7514.528.66-
YUV102.58111.87122.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.81%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=33.81%
G=39.86%
B=26.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112740.1500.340.5686.8420.4336.47
Hex5F704AF02238571424
Octal13716011217042701272444
Binary10111111110000100101011110100010111000101011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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