Shades of Chateau Green #40A152
Tints of Chateau Green #40A152
RGB
CMYK
RGB Variations
Color information
#40A152 (or 0x40A152) is known color: Chateau Green. HEX triplet: 40, A1 and 52. RGB value is (64,161,82). Sum of RGB (Red+Green+Blue) = 64+161+82=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #40A152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A152 is #BF5EAD. Grayscale: #7B7B7B. Windows color (decimal): -12541614 or 5415232. OLE color: 5415232.
HSL color Cylindrical-coordinate representation of color #40A152: hue angle of 131.13º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A152 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 161 | 82 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.37 |
| HSL | 131.13º | 0.43% | 0.44% | - |
| HSV(B) | 131.13º | 0.6% | 0.63% | - |
| XYZ | 16.38 | 27.19 | 12.37 | - |
| YUV | 122.99 | 104.86 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 82 | 0.60 | 0 | 0.49 | 0.37 | 131.13 | 0.43 | 0.44 |
| Hex | 40 | A1 | 52 | 3C | 0 | 31 | 25 | 83 | 2B | 2C |
| Octal | 100 | 241 | 122 | 74 | 0 | 61 | 45 | 203 | 53 | 54 |
| Binary | 1000000 | 10100001 | 1010010 | 111100 | 0 | 110001 | 100101 | 10000011 | 101011 | 101100 |
Color Harmonies of #40A152
Complementary color
Monochromatic Colors of #40A152
Black with #40A152
Text Example
Text Example
White with #40A152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A152; }
p { color: rgb(64,161,82); }
H1.HeaderClassName
{
color: #40A152;
}
.AnyTagClassName
{
color: #40A152;
}
</style>
background-color css
<style>
a { background-color: #40A152; }
a { background-color: rgb(64,161,82); }
div.DivClassName
{
background-color: #40A152;
}
.BgClassName
{
background-color: #40A152;
}
</style>
border-color css
<style>
span { border-color: #40A152; }
span { border-color: rgb(64,161,82); }
td.TdClassName
{
border-color: #40A152;
}
.TagClassName
{
border-color: #40A152;
}
</style>