#5F7D35

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

Shades of Chalet Green #5F7D35

Tints of Chalet Green #5F7D35

Color information

#5F7D35 (or 0x5F7D35) is unknown color: approx Chalet Green. HEX triplet: 5F, 7D and 35. RGB value is (95,125,53). Sum of RGB (Red+Green+Blue) = 95+125+53=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7D35 is #A082CA. Grayscale: #6C6C6C. Windows color (decimal): -10519243 or 3505503. OLE color: 3505503.

HSL color Cylindrical-coordinate representation of color #5F7D35: hue angle of 85º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F7D35 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB9512553-
CMYK0.2400.580.51
HSL85º40.45%34.9%-
HSV(B)85º57.6%49.02%-
XYZ12.717.366.05-
YUV107.8297.06118.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=34.80%
G=45.79%
B=19.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95125530.2400.580.518540.4534.9
Hex5F7D351803A33552823
Octal1371756530072631255043
Binary101111111111011101011100001110101100111010101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,125,53); }

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

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

 a { background-color: rgb(95,125,53); }

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

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

 span { border-color: rgb(95,125,53); }

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