Shades of Chalet Green #5A7243
Tints of Chalet Green #5A7243
RGB
CMYK
RGB Variations
Color information
#5A7243 (or 0x5A7243) is known color: Chalet Green. HEX triplet: 5A, 72 and 43. RGB value is (90,114,67). Sum of RGB (Red+Green+Blue) = 90+114+67=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7243 is #A58DBC. Grayscale: #656565. Windows color (decimal): -10849725 or 4420186. OLE color: 4420186.
HSL color Cylindrical-coordinate representation of color #5A7243: hue angle of 90.64º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A7243 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
RGB | 90 | 114 | 67 | - |
CMYK | 0.21 | 0 | 0.41 | 0.55 |
HSL | 90.64º | 0.26% | 0.35% | - |
HSV(B) | 90.64º | 0.41% | 0.45% | - |
XYZ | 11.25 | 14.61 | 7.54 | - |
YUV | 101.47 | 108.55 | 119.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 114 | 67 | 0.21 | 0 | 0.41 | 0.55 | 90.64 | 0.26 | 0.35 |
Hex | 5A | 72 | 43 | 15 | 0 | 29 | 37 | 5B | 1A | 23 |
Octal | 132 | 162 | 103 | 25 | 0 | 51 | 67 | 133 | 32 | 43 |
Binary | 1011010 | 1110010 | 1000011 | 10101 | 0 | 101001 | 110111 | 1011011 | 11010 | 100011 |
Color Harmonies of #5A7243
Complementary color
Monochromatic Colors of #5A7243
Black with #5A7243
Text Example
Text Example
White with #5A7243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7243; }
p { color: rgb(90,114,67); }
H1.HeaderClassName
{
color: #5A7243;
}
.AnyTagClassName
{
color: #5A7243;
}
</style>
background-color css
<style>
a { background-color: #5A7243; }
a { background-color: rgb(90,114,67); }
div.DivClassName
{
background-color: #5A7243;
}
.BgClassName
{
background-color: #5A7243;
}
</style>
border-color css
<style>
span { border-color: #5A7243; }
span { border-color: rgb(90,114,67); }
td.TdClassName
{
border-color: #5A7243;
}
.TagClassName
{
border-color: #5A7243;
}
</style>