Shades of Chateau Green #40B357
Tints of Chateau Green #40B357
RGB
CMYK
RGB Variations
Color information
#40B357 (or 0x40B357) is known color: Chateau Green. HEX triplet: 40, B3 and 57. RGB value is (64,179,87). Sum of RGB (Red+Green+Blue) = 64+179+87=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #40B357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B357 is #BF4CA8. Grayscale: #868686. Windows color (decimal): -12537001 or 5747520. OLE color: 5747520.
HSL color Cylindrical-coordinate representation of color #40B357: hue angle of 132º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B357 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 87 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.30 |
| HSL | 132º | 0.47% | 0.48% | - |
| HSV(B) | 132º | 0.64% | 0.7% | - |
| XYZ | 19.95 | 34.02 | 14.53 | - |
| YUV | 134.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 87 | 0.64 | 0 | 0.51 | 0.30 | 132 | 0.47 | 0.48 |
| Hex | 40 | B3 | 57 | 40 | 0 | 33 | 1E | 84 | 2F | 30 |
| Octal | 100 | 263 | 127 | 100 | 0 | 63 | 36 | 204 | 57 | 60 |
| Binary | 1000000 | 10110011 | 1010111 | 1000000 | 0 | 110011 | 11110 | 10000100 | 101111 | 110000 |
Color Harmonies of #40B357
Complementary color
Monochromatic Colors of #40B357
Black with #40B357
Text Example
Text Example
White with #40B357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B357; }
p { color: rgb(64,179,87); }
H1.HeaderClassName
{
color: #40B357;
}
.AnyTagClassName
{
color: #40B357;
}
</style>
background-color css
<style>
a { background-color: #40B357; }
a { background-color: rgb(64,179,87); }
div.DivClassName
{
background-color: #40B357;
}
.BgClassName
{
background-color: #40B357;
}
</style>
border-color css
<style>
span { border-color: #40B357; }
span { border-color: rgb(64,179,87); }
td.TdClassName
{
border-color: #40B357;
}
.TagClassName
{
border-color: #40B357;
}
</style>