Shades of Chateau Green #40BA5D
Tints of Chateau Green #40BA5D
RGB
CMYK
RGB Variations
Color information
#40BA5D (or 0x40BA5D) is known color: Chateau Green. HEX triplet: 40, BA and 5D. RGB value is (64,186,93). Sum of RGB (Red+Green+Blue) = 64+186+93=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA5D is #BF45A2. Grayscale: #8B8B8B. Windows color (decimal): -12535203 or 6142528. OLE color: 6142528.
HSL color Cylindrical-coordinate representation of color #40BA5D: hue angle of 134.26º 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 #40BA5D is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 93 | - |
| CMYK | 0.66 | 0 | 0.5 | 0.27 |
| HSL | 134.26º | 0.49% | 0.49% | - |
| HSV(B) | 134.26º | 0.66% | 0.73% | - |
| XYZ | 21.65 | 37 | 16.36 | - |
| YUV | 138.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 93 | 0.66 | 0 | 0.5 | 0.27 | 134.26 | 0.49 | 0.49 |
| Hex | 40 | BA | 5D | 42 | 0 | 32 | 1B | 86 | 31 | 31 |
| Octal | 100 | 272 | 135 | 102 | 0 | 62 | 33 | 206 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1011101 | 1000010 | 0 | 110010 | 11011 | 10000110 | 110001 | 110001 |
Color Harmonies of #40BA5D
Complementary color
Monochromatic Colors of #40BA5D
Black with #40BA5D
Text Example
Text Example
White with #40BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA5D; }
p { color: rgb(64,186,93); }
H1.HeaderClassName
{
color: #40BA5D;
}
.AnyTagClassName
{
color: #40BA5D;
}
</style>
background-color css
<style>
a { background-color: #40BA5D; }
a { background-color: rgb(64,186,93); }
div.DivClassName
{
background-color: #40BA5D;
}
.BgClassName
{
background-color: #40BA5D;
}
</style>
border-color css
<style>
span { border-color: #40BA5D; }
span { border-color: rgb(64,186,93); }
td.TdClassName
{
border-color: #40BA5D;
}
.TagClassName
{
border-color: #40BA5D;
}
</style>