#5F7140

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

Shades of Chalet Green #5F7140

Tints of Chalet Green #5F7140

Color information

#5F7140 (or 0x5F7140) is unknown color: approx Chalet Green. HEX triplet: 5F, 71 and 40. RGB value is (95,113,64). Sum of RGB (Red+Green+Blue) = 95+113+64=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7140 is #A08EBF. Grayscale: #666666. Windows color (decimal): -10522304 or 4223327. OLE color: 4223327.

HSL color Cylindrical-coordinate representation of color #5F7140: hue angle of 82.04º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F7140 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB9511364-
CMYK0.1600.430.56
HSL82.04º27.68%34.71%-
HSV(B)82.04º43.36%44.31%-
XYZ11.5514.617.06-
YUV102.03106.54122.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.93%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=34.93%
G=41.54%
B=23.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95113640.1600.430.5682.0427.6834.71
Hex5F71401002B38521c23
Octal13716110020053701223443
Binary101111111100011000000100000101011111000101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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