#5A7145

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

Shades of Chalet Green #5A7145

Tints of Chalet Green #5A7145

Color information

#5A7145 (or 0x5A7145) is unknown color: approx Chalet Green. HEX triplet: 5A, 71 and 45. RGB value is (90,113,69). Sum of RGB (Red+Green+Blue) = 90+113+69=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7145 is #A58EBA. Grayscale: #656565. Windows color (decimal): -10849979 or 4551002. OLE color: 4551002.

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

Color convert

RGB9011369-
CMYK0.2000.390.56
HSL91.36º24.18%35.69%-
HSV(B)91.36º38.94%44.31%-
XYZ11.214.417.82-
YUV101.11109.88120.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=33.09%
G=41.54%
B=25.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90113690.2000.390.5691.3624.1835.69
Hex5A714514027385b1824
Octal13216110524047701333044
Binary101101011100011000101101000100111111000101101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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