Shades of Chateau Green #418D56
Tints of Chateau Green #418D56
RGB
CMYK
RGB Variations
Color information
#418D56 (or 0x418D56) is known color: Chateau Green. HEX triplet: 41, 8D and 56. RGB value is (65,141,86). Sum of RGB (Red+Green+Blue) = 65+141+86=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #418D56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D56 is #BE72A9. Grayscale: #707070. Windows color (decimal): -12481194 or 5672257. OLE color: 5672257.
HSL color Cylindrical-coordinate representation of color #418D56: hue angle of 136.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D56 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 86 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.45 |
| HSL | 136.58º | 0.37% | 0.4% | - |
| HSV(B) | 136.58º | 0.54% | 0.55% | - |
| XYZ | 13.38 | 20.85 | 12.12 | - |
| YUV | 112.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 86 | 0.54 | 0 | 0.39 | 0.45 | 136.58 | 0.37 | 0.4 |
| Hex | 41 | 8D | 56 | 36 | 0 | 27 | 2D | 89 | 25 | 28 |
| Octal | 101 | 215 | 126 | 66 | 0 | 47 | 55 | 211 | 45 | 50 |
| Binary | 1000001 | 10001101 | 1010110 | 110110 | 0 | 100111 | 101101 | 10001001 | 100101 | 101000 |
Color Harmonies of #418D56
Complementary color
Monochromatic Colors of #418D56
Black with #418D56
Text Example
Text Example
White with #418D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D56; }
p { color: rgb(65,141,86); }
H1.HeaderClassName
{
color: #418D56;
}
.AnyTagClassName
{
color: #418D56;
}
</style>
background-color css
<style>
a { background-color: #418D56; }
a { background-color: rgb(65,141,86); }
div.DivClassName
{
background-color: #418D56;
}
.BgClassName
{
background-color: #418D56;
}
</style>
border-color css
<style>
span { border-color: #418D56; }
span { border-color: rgb(65,141,86); }
td.TdClassName
{
border-color: #418D56;
}
.TagClassName
{
border-color: #418D56;
}
</style>