Shades of Chateau Green #40AB58
Tints of Chateau Green #40AB58
RGB
CMYK
RGB Variations
Color information
#40AB58 (or 0x40AB58) is known color: Chateau Green. HEX triplet: 40, AB and 58. RGB value is (64,171,88). Sum of RGB (Red+Green+Blue) = 64+171+88=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB58 is #BF54A7. Grayscale: #818181. Windows color (decimal): -12539048 or 5811008. OLE color: 5811008.
HSL color Cylindrical-coordinate representation of color #40AB58: hue angle of 133.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB58 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 88 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.33 |
| HSL | 133.46º | 0.46% | 0.46% | - |
| HSV(B) | 133.46º | 0.63% | 0.67% | - |
| XYZ | 18.44 | 30.92 | 14.23 | - |
| YUV | 129.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 88 | 0.63 | 0 | 0.49 | 0.33 | 133.46 | 0.46 | 0.46 |
| Hex | 40 | AB | 58 | 3F | 0 | 31 | 21 | 85 | 2E | 2E |
| Octal | 100 | 253 | 130 | 77 | 0 | 61 | 41 | 205 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1011000 | 111111 | 0 | 110001 | 100001 | 10000101 | 101110 | 101110 |
Color Harmonies of #40AB58
Complementary color
Monochromatic Colors of #40AB58
Black with #40AB58
Text Example
Text Example
White with #40AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB58; }
p { color: rgb(64,171,88); }
H1.HeaderClassName
{
color: #40AB58;
}
.AnyTagClassName
{
color: #40AB58;
}
</style>
background-color css
<style>
a { background-color: #40AB58; }
a { background-color: rgb(64,171,88); }
div.DivClassName
{
background-color: #40AB58;
}
.BgClassName
{
background-color: #40AB58;
}
</style>
border-color css
<style>
span { border-color: #40AB58; }
span { border-color: rgb(64,171,88); }
td.TdClassName
{
border-color: #40AB58;
}
.TagClassName
{
border-color: #40AB58;
}
</style>