#5A6B3C

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

Shades of Chalet Green #5A6B3C

Tints of Chalet Green #5A6B3C

Color information

#5A6B3C (or 0x5A6B3C) is unknown color: approx Chalet Green. HEX triplet: 5A, 6B and 3C. RGB value is (90,107,60). Sum of RGB (Red+Green+Blue) = 90+107+60=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B3C is #A594C3. Grayscale: #606060. Windows color (decimal): -10851524 or 3959642. OLE color: 3959642.

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

Color convert

RGB9010760-
CMYK0.1600.440.58
HSL81.7º28.14%32.75%-
HSV(B)81.7º43.93%41.96%-
XYZ10.2913.026.24-
YUV96.56107.37123.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=35.02%
G=41.63%
B=23.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107600.1600.440.5881.728.1432.75
Hex5A6B3C1002C3A521c21
Octal1321537420054721223441
Binary10110101101011111100100000101100111010101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,107,60); }

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

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

 a { background-color: rgb(90,107,60); }

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

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

 span { border-color: rgb(90,107,60); }

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