Shades of Chateau Green #418D52
Tints of Chateau Green #418D52
RGB
CMYK
RGB Variations
Color information
#418D52 (or 0x418D52) is known color: Chateau Green. HEX triplet: 41, 8D and 52. RGB value is (65,141,82). Sum of RGB (Red+Green+Blue) = 65+141+82=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #418D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D52 is #BE72AD. Grayscale: #6F6F6F. Windows color (decimal): -12481198 or 5410113. OLE color: 5410113.
HSL color Cylindrical-coordinate representation of color #418D52: hue angle of 133.42º 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 #418D52 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 82 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.45 |
| HSL | 133.42º | 0.37% | 0.4% | - |
| HSV(B) | 133.42º | 0.54% | 0.55% | - |
| XYZ | 13.23 | 20.78 | 11.3 | - |
| YUV | 111.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 82 | 0.54 | 0 | 0.42 | 0.45 | 133.42 | 0.37 | 0.4 |
| Hex | 41 | 8D | 52 | 36 | 0 | 2A | 2D | 85 | 25 | 28 |
| Octal | 101 | 215 | 122 | 66 | 0 | 52 | 55 | 205 | 45 | 50 |
| Binary | 1000001 | 10001101 | 1010010 | 110110 | 0 | 101010 | 101101 | 10000101 | 100101 | 101000 |
Color Harmonies of #418D52
Complementary color
Monochromatic Colors of #418D52
Black with #418D52
Text Example
Text Example
White with #418D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D52; }
p { color: rgb(65,141,82); }
H1.HeaderClassName
{
color: #418D52;
}
.AnyTagClassName
{
color: #418D52;
}
</style>
background-color css
<style>
a { background-color: #418D52; }
a { background-color: rgb(65,141,82); }
div.DivClassName
{
background-color: #418D52;
}
.BgClassName
{
background-color: #418D52;
}
</style>
border-color css
<style>
span { border-color: #418D52; }
span { border-color: rgb(65,141,82); }
td.TdClassName
{
border-color: #418D52;
}
.TagClassName
{
border-color: #418D52;
}
</style>