#5A7146

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

Shades of Chalet Green #5A7146

Tints of Chalet Green #5A7146

Color information

#5A7146 (or 0x5A7146) is unknown color: approx Chalet Green. HEX triplet: 5A, 71 and 46. RGB value is (90,113,70). Sum of RGB (Red+Green+Blue) = 90+113+70=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7146 is #A58EB9. Grayscale: #656565. Windows color (decimal): -10849978 or 4616538. OLE color: 4616538.

HSL color Cylindrical-coordinate representation of color #5A7146: hue angle of 92.09º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7146 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB9011370-
CMYK0.2000.380.56
HSL92.09º23.5%35.88%-
HSV(B)92.09º38.05%44.31%-
XYZ11.2314.437.99-
YUV101.22110.38120-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=32.97%
G=41.39%
B=25.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90113700.2000.380.5692.0923.535.88
Hex5A714614026385c1724
Octal13216110624046701342744
Binary101101011100011000110101000100110111000101110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,113,70); }

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

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

 a { background-color: rgb(90,113,70); }

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

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

 span { border-color: rgb(90,113,70); }

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