Shades of Chateau Green #40AE58
Tints of Chateau Green #40AE58
RGB
CMYK
RGB Variations
Color information
#40AE58 (or 0x40AE58) is known color: Chateau Green. HEX triplet: 40, AE and 58. RGB value is (64,174,88). Sum of RGB (Red+Green+Blue) = 64+174+88=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE58 is #BF51A7. Grayscale: #838383. Windows color (decimal): -12538280 or 5811776. OLE color: 5811776.
HSL color Cylindrical-coordinate representation of color #40AE58: hue angle of 133.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE58 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 88 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.32 |
| HSL | 133.09º | 0.46% | 0.47% | - |
| HSV(B) | 133.09º | 0.63% | 0.68% | - |
| XYZ | 19.01 | 32.07 | 14.42 | - |
| YUV | 131.31 | 103.56 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 88 | 0.63 | 0 | 0.49 | 0.32 | 133.09 | 0.46 | 0.47 |
| Hex | 40 | AE | 58 | 3F | 0 | 31 | 20 | 85 | 2E | 2F |
| Octal | 100 | 256 | 130 | 77 | 0 | 61 | 40 | 205 | 56 | 57 |
| Binary | 1000000 | 10101110 | 1011000 | 111111 | 0 | 110001 | 100000 | 10000101 | 101110 | 101111 |
Color Harmonies of #40AE58
Complementary color
Monochromatic Colors of #40AE58
Black with #40AE58
Text Example
Text Example
White with #40AE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE58; }
p { color: rgb(64,174,88); }
H1.HeaderClassName
{
color: #40AE58;
}
.AnyTagClassName
{
color: #40AE58;
}
</style>
background-color css
<style>
a { background-color: #40AE58; }
a { background-color: rgb(64,174,88); }
div.DivClassName
{
background-color: #40AE58;
}
.BgClassName
{
background-color: #40AE58;
}
</style>
border-color css
<style>
span { border-color: #40AE58; }
span { border-color: rgb(64,174,88); }
td.TdClassName
{
border-color: #40AE58;
}
.TagClassName
{
border-color: #40AE58;
}
</style>