Shades of Chateau Green #40AE54
Tints of Chateau Green #40AE54
RGB
CMYK
RGB Variations
Color information
#40AE54 (or 0x40AE54) is known color: Chateau Green. HEX triplet: 40, AE and 54. RGB value is (64,174,84). Sum of RGB (Red+Green+Blue) = 64+174+84=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE54 is #BF51AB. Grayscale: #838383. Windows color (decimal): -12538284 or 5549632. OLE color: 5549632.
HSL color Cylindrical-coordinate representation of color #40AE54: hue angle of 130.91º 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 #40AE54 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 84 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.32 |
| HSL | 130.91º | 0.46% | 0.47% | - |
| HSV(B) | 130.91º | 0.63% | 0.68% | - |
| XYZ | 18.85 | 32 | 13.57 | - |
| YUV | 130.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 84 | 0.63 | 0 | 0.52 | 0.32 | 130.91 | 0.46 | 0.47 |
| Hex | 40 | AE | 54 | 3F | 0 | 34 | 20 | 83 | 2E | 2F |
| Octal | 100 | 256 | 124 | 77 | 0 | 64 | 40 | 203 | 56 | 57 |
| Binary | 1000000 | 10101110 | 1010100 | 111111 | 0 | 110100 | 100000 | 10000011 | 101110 | 101111 |
Color Harmonies of #40AE54
Complementary color
Monochromatic Colors of #40AE54
Black with #40AE54
Text Example
Text Example
White with #40AE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE54; }
p { color: rgb(64,174,84); }
H1.HeaderClassName
{
color: #40AE54;
}
.AnyTagClassName
{
color: #40AE54;
}
</style>
background-color css
<style>
a { background-color: #40AE54; }
a { background-color: rgb(64,174,84); }
div.DivClassName
{
background-color: #40AE54;
}
.BgClassName
{
background-color: #40AE54;
}
</style>
border-color css
<style>
span { border-color: #40AE54; }
span { border-color: rgb(64,174,84); }
td.TdClassName
{
border-color: #40AE54;
}
.TagClassName
{
border-color: #40AE54;
}
</style>