Shades of Chateau Green #418C50
Tints of Chateau Green #418C50
RGB
CMYK
RGB Variations
Color information
#418C50 (or 0x418C50) is known color: Chateau Green. HEX triplet: 41, 8C and 50. RGB value is (65,140,80). Sum of RGB (Red+Green+Blue) = 65+140+80=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #418C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C50 is #BE73AF. Grayscale: #6E6E6E. Windows color (decimal): -12481456 or 5278785. OLE color: 5278785.
HSL color Cylindrical-coordinate representation of color #418C50: hue angle of 132º 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 #418C50 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 80 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.45 |
| HSL | 132º | 0.37% | 0.4% | - |
| HSV(B) | 132º | 0.54% | 0.55% | - |
| XYZ | 13.01 | 20.46 | 10.85 | - |
| YUV | 110.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 80 | 0.54 | 0 | 0.43 | 0.45 | 132 | 0.37 | 0.4 |
| Hex | 41 | 8C | 50 | 36 | 0 | 2B | 2D | 84 | 25 | 28 |
| Octal | 101 | 214 | 120 | 66 | 0 | 53 | 55 | 204 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1010000 | 110110 | 0 | 101011 | 101101 | 10000100 | 100101 | 101000 |
Color Harmonies of #418C50
Complementary color
Monochromatic Colors of #418C50
Black with #418C50
Text Example
Text Example
White with #418C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C50; }
p { color: rgb(65,140,80); }
H1.HeaderClassName
{
color: #418C50;
}
.AnyTagClassName
{
color: #418C50;
}
</style>
background-color css
<style>
a { background-color: #418C50; }
a { background-color: rgb(65,140,80); }
div.DivClassName
{
background-color: #418C50;
}
.BgClassName
{
background-color: #418C50;
}
</style>
border-color css
<style>
span { border-color: #418C50; }
span { border-color: rgb(65,140,80); }
td.TdClassName
{
border-color: #418C50;
}
.TagClassName
{
border-color: #418C50;
}
</style>