Shades of Chateau Green #418E52
Tints of Chateau Green #418E52
RGB
CMYK
RGB Variations
Color information
#418E52 (or 0x418E52) is known color: Chateau Green. HEX triplet: 41, 8E and 52. RGB value is (65,142,82). Sum of RGB (Red+Green+Blue) = 65+142+82=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #418E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418E52 is #BE71AD. Grayscale: #707070. Windows color (decimal): -12480942 or 5410369. OLE color: 5410369.
HSL color Cylindrical-coordinate representation of color #418E52: hue angle of 133.25º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E52 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 142 | 82 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.44 |
| HSL | 133.25º | 0.37% | 0.41% | - |
| HSV(B) | 133.25º | 0.54% | 0.56% | - |
| XYZ | 13.38 | 21.08 | 11.35 | - |
| YUV | 112.14 | 110.99 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 82 | 0.54 | 0 | 0.42 | 0.44 | 133.25 | 0.37 | 0.41 |
| Hex | 41 | 8E | 52 | 36 | 0 | 2A | 2C | 85 | 25 | 29 |
| Octal | 101 | 216 | 122 | 66 | 0 | 52 | 54 | 205 | 45 | 51 |
| Binary | 1000001 | 10001110 | 1010010 | 110110 | 0 | 101010 | 101100 | 10000101 | 100101 | 101001 |
Color Harmonies of #418E52
Complementary color
Monochromatic Colors of #418E52
Black with #418E52
Text Example
Text Example
White with #418E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418E52; }
p { color: rgb(65,142,82); }
H1.HeaderClassName
{
color: #418E52;
}
.AnyTagClassName
{
color: #418E52;
}
</style>
background-color css
<style>
a { background-color: #418E52; }
a { background-color: rgb(65,142,82); }
div.DivClassName
{
background-color: #418E52;
}
.BgClassName
{
background-color: #418E52;
}
</style>
border-color css
<style>
span { border-color: #418E52; }
span { border-color: rgb(65,142,82); }
td.TdClassName
{
border-color: #418E52;
}
.TagClassName
{
border-color: #418E52;
}
</style>