Shades of Chateau Green #40BA5A
Tints of Chateau Green #40BA5A
RGB
CMYK
RGB Variations
Color information
#40BA5A (or 0x40BA5A) is known color: Chateau Green. HEX triplet: 40, BA and 5A. RGB value is (64,186,90). Sum of RGB (Red+Green+Blue) = 64+186+90=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA5A is #BF45A5. Grayscale: #8A8A8A. Windows color (decimal): -12535206 or 5945920. OLE color: 5945920.
HSL color Cylindrical-coordinate representation of color #40BA5A: hue angle of 132.79º 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 #40BA5A is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 90 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.27 |
| HSL | 132.79º | 0.49% | 0.49% | - |
| HSV(B) | 132.79º | 0.66% | 0.73% | - |
| XYZ | 21.52 | 36.95 | 15.67 | - |
| YUV | 138.58 | 100.58 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 90 | 0.66 | 0 | 0.52 | 0.27 | 132.79 | 0.49 | 0.49 |
| Hex | 40 | BA | 5A | 42 | 0 | 34 | 1B | 85 | 31 | 31 |
| Octal | 100 | 272 | 132 | 102 | 0 | 64 | 33 | 205 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1011010 | 1000010 | 0 | 110100 | 11011 | 10000101 | 110001 | 110001 |
Color Harmonies of #40BA5A
Complementary color
Monochromatic Colors of #40BA5A
Black with #40BA5A
Text Example
Text Example
White with #40BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA5A; }
p { color: rgb(64,186,90); }
H1.HeaderClassName
{
color: #40BA5A;
}
.AnyTagClassName
{
color: #40BA5A;
}
</style>
background-color css
<style>
a { background-color: #40BA5A; }
a { background-color: rgb(64,186,90); }
div.DivClassName
{
background-color: #40BA5A;
}
.BgClassName
{
background-color: #40BA5A;
}
</style>
border-color css
<style>
span { border-color: #40BA5A; }
span { border-color: rgb(64,186,90); }
td.TdClassName
{
border-color: #40BA5A;
}
.TagClassName
{
border-color: #40BA5A;
}
</style>