Shades of Chateau Green #40A253
Tints of Chateau Green #40A253
RGB
CMYK
RGB Variations
Color information
#40A253 (or 0x40A253) is known color: Chateau Green. HEX triplet: 40, A2 and 53. RGB value is (64,162,83). Sum of RGB (Red+Green+Blue) = 64+162+83=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #40A253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A253 is #BF5DAC. Grayscale: #7B7B7B. Windows color (decimal): -12541357 or 5481024. OLE color: 5481024.
HSL color Cylindrical-coordinate representation of color #40A253: hue angle of 131.63º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A253 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 162 | 83 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.36 |
| HSL | 131.63º | 0.43% | 0.44% | - |
| HSV(B) | 131.63º | 0.6% | 0.64% | - |
| XYZ | 16.6 | 27.56 | 12.63 | - |
| YUV | 123.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 83 | 0.60 | 0 | 0.49 | 0.36 | 131.63 | 0.43 | 0.44 |
| Hex | 40 | A2 | 53 | 3C | 0 | 31 | 24 | 84 | 2B | 2C |
| Octal | 100 | 242 | 123 | 74 | 0 | 61 | 44 | 204 | 53 | 54 |
| Binary | 1000000 | 10100010 | 1010011 | 111100 | 0 | 110001 | 100100 | 10000100 | 101011 | 101100 |
Color Harmonies of #40A253
Complementary color
Monochromatic Colors of #40A253
Black with #40A253
Text Example
Text Example
White with #40A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A253; }
p { color: rgb(64,162,83); }
H1.HeaderClassName
{
color: #40A253;
}
.AnyTagClassName
{
color: #40A253;
}
</style>
background-color css
<style>
a { background-color: #40A253; }
a { background-color: rgb(64,162,83); }
div.DivClassName
{
background-color: #40A253;
}
.BgClassName
{
background-color: #40A253;
}
</style>
border-color css
<style>
span { border-color: #40A253; }
span { border-color: rgb(64,162,83); }
td.TdClassName
{
border-color: #40A253;
}
.TagClassName
{
border-color: #40A253;
}
</style>