Shades of Chateau Green #40BB5A
Tints of Chateau Green #40BB5A
RGB
CMYK
RGB Variations
Color information
#40BB5A (or 0x40BB5A) is known color: Chateau Green. HEX triplet: 40, BB and 5A. RGB value is (64,187,90). Sum of RGB (Red+Green+Blue) = 64+187+90=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB5A is #BF44A5. Grayscale: #8B8B8B. Windows color (decimal): -12534950 or 5946176. OLE color: 5946176.
HSL color Cylindrical-coordinate representation of color #40BB5A: hue angle of 132.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB5A is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 90 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.27 |
| HSL | 132.68º | 0.49% | 0.49% | - |
| HSV(B) | 132.68º | 0.66% | 0.73% | - |
| XYZ | 21.73 | 37.37 | 15.74 | - |
| YUV | 139.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 90 | 0.66 | 0 | 0.52 | 0.27 | 132.68 | 0.49 | 0.49 |
| Hex | 40 | BB | 5A | 42 | 0 | 34 | 1B | 85 | 31 | 31 |
| Octal | 100 | 273 | 132 | 102 | 0 | 64 | 33 | 205 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1011010 | 1000010 | 0 | 110100 | 11011 | 10000101 | 110001 | 110001 |
Color Harmonies of #40BB5A
Complementary color
Monochromatic Colors of #40BB5A
Black with #40BB5A
Text Example
Text Example
White with #40BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB5A; }
p { color: rgb(64,187,90); }
H1.HeaderClassName
{
color: #40BB5A;
}
.AnyTagClassName
{
color: #40BB5A;
}
</style>
background-color css
<style>
a { background-color: #40BB5A; }
a { background-color: rgb(64,187,90); }
div.DivClassName
{
background-color: #40BB5A;
}
.BgClassName
{
background-color: #40BB5A;
}
</style>
border-color css
<style>
span { border-color: #40BB5A; }
span { border-color: rgb(64,187,90); }
td.TdClassName
{
border-color: #40BB5A;
}
.TagClassName
{
border-color: #40BB5A;
}
</style>