Shades of Chateau Green #418C52
Tints of Chateau Green #418C52
RGB
CMYK
RGB Variations
Color information
#418C52 (or 0x418C52) is known color: Chateau Green. HEX triplet: 41, 8C and 52. RGB value is (65,140,82). Sum of RGB (Red+Green+Blue) = 65+140+82=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #418C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C52 is #BE73AD. Grayscale: #6F6F6F. Windows color (decimal): -12481454 or 5409857. OLE color: 5409857.
HSL color Cylindrical-coordinate representation of color #418C52: hue angle of 133.6º 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 #418C52 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 82 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.45 |
| HSL | 133.6º | 0.37% | 0.4% | - |
| HSV(B) | 133.6º | 0.54% | 0.55% | - |
| XYZ | 13.08 | 20.49 | 11.25 | - |
| YUV | 110.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 82 | 0.54 | 0 | 0.41 | 0.45 | 133.6 | 0.37 | 0.4 |
| Hex | 41 | 8C | 52 | 36 | 0 | 29 | 2D | 86 | 25 | 28 |
| Octal | 101 | 214 | 122 | 66 | 0 | 51 | 55 | 206 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1010010 | 110110 | 0 | 101001 | 101101 | 10000110 | 100101 | 101000 |
Color Harmonies of #418C52
Complementary color
Monochromatic Colors of #418C52
Black with #418C52
Text Example
Text Example
White with #418C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C52; }
p { color: rgb(65,140,82); }
H1.HeaderClassName
{
color: #418C52;
}
.AnyTagClassName
{
color: #418C52;
}
</style>
background-color css
<style>
a { background-color: #418C52; }
a { background-color: rgb(65,140,82); }
div.DivClassName
{
background-color: #418C52;
}
.BgClassName
{
background-color: #418C52;
}
</style>
border-color css
<style>
span { border-color: #418C52; }
span { border-color: rgb(65,140,82); }
td.TdClassName
{
border-color: #418C52;
}
.TagClassName
{
border-color: #418C52;
}
</style>