#5F6A4D

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

Shades of Chalet Green #5F6A4D

Tints of Chalet Green #5F6A4D

Color information

#5F6A4D (or 0x5F6A4D) is unknown color: approx Chalet Green. HEX triplet: 5F, 6A and 4D. RGB value is (95,106,77). Sum of RGB (Red+Green+Blue) = 95+106+77=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A4D is #A095B2. Grayscale: #636363. Windows color (decimal): -10524083 or 5073503. OLE color: 5073503.

HSL color Cylindrical-coordinate representation of color #5F6A4D: hue angle of 82.76º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F6A4D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB9510677-
CMYK0.1000.270.58
HSL82.76º15.85%35.88%-
HSV(B)82.76º27.36%41.57%-
XYZ11.2113.288.99-
YUV99.4115.36124.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=34.17%
G=38.13%
B=27.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95106770.1000.270.5882.7615.8535.88
Hex5F6A4DA01B3A531024
Octal13715211512033721232044
Binary1011111110101010011011010011011111010101001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,106,77); }

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

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

 a { background-color: rgb(95,106,77); }

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

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

 span { border-color: rgb(95,106,77); }

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