#5F704B

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

Shades of Chalet Green #5F704B

Tints of Chalet Green #5F704B

Color information

#5F704B (or 0x5F704B) is unknown color: approx Chalet Green. HEX triplet: 5F, 70 and 4B. RGB value is (95,112,75). Sum of RGB (Red+Green+Blue) = 95+112+75=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #5F704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F704B is #A08FB4. Grayscale: #666666. Windows color (decimal): -10522549 or 4943967. OLE color: 4943967.

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

Color convert

RGB9511275-
CMYK0.1500.330.56
HSL87.57º19.79%36.67%-
HSV(B)87.57º33.04%43.92%-
XYZ11.7814.538.84-
YUV102.7112.37122.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.69%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=33.69%
G=39.72%
B=26.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112750.1500.330.5687.5719.7936.67
Hex5F704BF02138581425
Octal13716011317041701302445
Binary10111111110000100101111110100001111000101100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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