Shades of Chateau Green #40AE5B
Tints of Chateau Green #40AE5B
RGB
CMYK
RGB Variations
Color information
#40AE5B (or 0x40AE5B) is known color: Chateau Green. HEX triplet: 40, AE and 5B. RGB value is (64,174,91). Sum of RGB (Red+Green+Blue) = 64+174+91=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE5B is #BF51A4. Grayscale: #838383. Windows color (decimal): -12538277 or 6008384. OLE color: 6008384.
HSL color Cylindrical-coordinate representation of color #40AE5B: hue angle of 134.73º 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 #40AE5B is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 91 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.32 |
| HSL | 134.73º | 0.46% | 0.47% | - |
| HSV(B) | 134.73º | 0.63% | 0.68% | - |
| XYZ | 19.14 | 32.12 | 15.09 | - |
| YUV | 131.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 91 | 0.63 | 0 | 0.48 | 0.32 | 134.73 | 0.46 | 0.47 |
| Hex | 40 | AE | 5B | 3F | 0 | 30 | 20 | 87 | 2E | 2F |
| Octal | 100 | 256 | 133 | 77 | 0 | 60 | 40 | 207 | 56 | 57 |
| Binary | 1000000 | 10101110 | 1011011 | 111111 | 0 | 110000 | 100000 | 10000111 | 101110 | 101111 |
Color Harmonies of #40AE5B
Complementary color
Monochromatic Colors of #40AE5B
Black with #40AE5B
Text Example
Text Example
White with #40AE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE5B; }
p { color: rgb(64,174,91); }
H1.HeaderClassName
{
color: #40AE5B;
}
.AnyTagClassName
{
color: #40AE5B;
}
</style>
background-color css
<style>
a { background-color: #40AE5B; }
a { background-color: rgb(64,174,91); }
div.DivClassName
{
background-color: #40AE5B;
}
.BgClassName
{
background-color: #40AE5B;
}
</style>
border-color css
<style>
span { border-color: #40AE5B; }
span { border-color: rgb(64,174,91); }
td.TdClassName
{
border-color: #40AE5B;
}
.TagClassName
{
border-color: #40AE5B;
}
</style>