Shades of Chateau Green #418C53
Tints of Chateau Green #418C53
RGB
CMYK
RGB Variations
Color information
#418C53 (or 0x418C53) is known color: Chateau Green. HEX triplet: 41, 8C and 53. RGB value is (65,140,83). Sum of RGB (Red+Green+Blue) = 65+140+83=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #418C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C53 is #BE73AC. Grayscale: #6F6F6F. Windows color (decimal): -12481453 or 5475393. OLE color: 5475393.
HSL color Cylindrical-coordinate representation of color #418C53: hue angle of 134.4º 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 #418C53 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 83 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.45 |
| HSL | 134.4º | 0.37% | 0.4% | - |
| HSV(B) | 134.4º | 0.54% | 0.55% | - |
| XYZ | 13.12 | 20.5 | 11.45 | - |
| YUV | 111.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 83 | 0.54 | 0 | 0.41 | 0.45 | 134.4 | 0.37 | 0.4 |
| Hex | 41 | 8C | 53 | 36 | 0 | 29 | 2D | 86 | 25 | 28 |
| Octal | 101 | 214 | 123 | 66 | 0 | 51 | 55 | 206 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1010011 | 110110 | 0 | 101001 | 101101 | 10000110 | 100101 | 101000 |
Color Harmonies of #418C53
Complementary color
Monochromatic Colors of #418C53
Black with #418C53
Text Example
Text Example
White with #418C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C53; }
p { color: rgb(65,140,83); }
H1.HeaderClassName
{
color: #418C53;
}
.AnyTagClassName
{
color: #418C53;
}
</style>
background-color css
<style>
a { background-color: #418C53; }
a { background-color: rgb(65,140,83); }
div.DivClassName
{
background-color: #418C53;
}
.BgClassName
{
background-color: #418C53;
}
</style>
border-color css
<style>
span { border-color: #418C53; }
span { border-color: rgb(65,140,83); }
td.TdClassName
{
border-color: #418C53;
}
.TagClassName
{
border-color: #418C53;
}
</style>