#5A7244

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

Shades of Chalet Green #5A7244

Tints of Chalet Green #5A7244

Color information

#5A7244 (or 0x5A7244) is unknown color: approx Chalet Green. HEX triplet: 5A, 72 and 44. RGB value is (90,114,68). Sum of RGB (Red+Green+Blue) = 90+114+68=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7244 is #A58DBB. Grayscale: #656565. Windows color (decimal): -10849724 or 4485722. OLE color: 4485722.

HSL color Cylindrical-coordinate representation of color #5A7244: hue angle of 91.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A7244 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB9011468-
CMYK0.2100.400.55
HSL91.3º25.27%35.69%-
HSV(B)91.3º40.35%44.71%-
XYZ11.2814.637.7-
YUV101.58109.05119.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 68 (26.95% from 255) = 25%
R=33.09%
G=41.91%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114680.2100.400.5591.325.2735.69
Hex5A724415028375b1924
Octal13216210425050671333144
Binary101101011100101000100101010101000110111101101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,68); }

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

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

 a { background-color: rgb(90,114,68); }

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

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

 span { border-color: rgb(90,114,68); }

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