#5A6A3A

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

Shades of Chalet Green #5A6A3A

Tints of Chalet Green #5A6A3A

Color information

#5A6A3A (or 0x5A6A3A) is unknown color: approx Chalet Green. HEX triplet: 5A, 6A and 3A. RGB value is (90,106,58). Sum of RGB (Red+Green+Blue) = 90+106+58=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6A3A is #A595C5. Grayscale: #5F5F5F. Windows color (decimal): -10851782 or 3828314. OLE color: 3828314.

HSL color Cylindrical-coordinate representation of color #5A6A3A: hue angle of 80º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A6A3A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB9010658-
CMYK0.1500.450.58
HSL80º29.27%32.16%-
HSV(B)80º45.28%41.57%-
XYZ10.1312.795.94-
YUV95.74106.7123.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 106 (41.80% from 255) = 41.73%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=35.43%
G=41.73%
B=22.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90106580.1500.450.588029.2732.16
Hex5A6A3AF02D3A501d20
Octal1321527217055721203540
Binary1011010110101011101011110101101111010101000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,106,58); }

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

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

 a { background-color: rgb(90,106,58); }

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

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

 span { border-color: rgb(90,106,58); }

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