Shades of Chateau Green #40B359
Tints of Chateau Green #40B359
RGB
CMYK
RGB Variations
Color information
#40B359 (or 0x40B359) is known color: Chateau Green. HEX triplet: 40, B3 and 59. RGB value is (64,179,89). Sum of RGB (Red+Green+Blue) = 64+179+89=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #40B359 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B359 is #BF4CA6. Grayscale: #868686. Windows color (decimal): -12536999 or 5878592. OLE color: 5878592.
HSL color Cylindrical-coordinate representation of color #40B359: hue angle of 133.04º 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 #40B359 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 89 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.30 |
| HSL | 133.04º | 0.47% | 0.48% | - |
| HSV(B) | 133.04º | 0.64% | 0.7% | - |
| XYZ | 20.04 | 34.05 | 14.97 | - |
| YUV | 134.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 89 | 0.64 | 0 | 0.50 | 0.30 | 133.04 | 0.47 | 0.48 |
| Hex | 40 | B3 | 59 | 40 | 0 | 32 | 1E | 85 | 2F | 30 |
| Octal | 100 | 263 | 131 | 100 | 0 | 62 | 36 | 205 | 57 | 60 |
| Binary | 1000000 | 10110011 | 1011001 | 1000000 | 0 | 110010 | 11110 | 10000101 | 101111 | 110000 |
Color Harmonies of #40B359
Complementary color
Monochromatic Colors of #40B359
Black with #40B359
Text Example
Text Example
White with #40B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B359; }
p { color: rgb(64,179,89); }
H1.HeaderClassName
{
color: #40B359;
}
.AnyTagClassName
{
color: #40B359;
}
</style>
background-color css
<style>
a { background-color: #40B359; }
a { background-color: rgb(64,179,89); }
div.DivClassName
{
background-color: #40B359;
}
.BgClassName
{
background-color: #40B359;
}
</style>
border-color css
<style>
span { border-color: #40B359; }
span { border-color: rgb(64,179,89); }
td.TdClassName
{
border-color: #40B359;
}
.TagClassName
{
border-color: #40B359;
}
</style>