Shades of Chateau Green #418B50
Tints of Chateau Green #418B50
RGB
CMYK
RGB Variations
Color information
#418B50 (or 0x418B50) is known color: Chateau Green. HEX triplet: 41, 8B and 50. RGB value is (65,139,80). Sum of RGB (Red+Green+Blue) = 65+139+80=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #418B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B50 is #BE74AF. Grayscale: #6E6E6E. Windows color (decimal): -12481712 or 5278529. OLE color: 5278529.
HSL color Cylindrical-coordinate representation of color #418B50: hue angle of 132.16º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B50 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 80 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.45 |
| HSL | 132.16º | 0.36% | 0.4% | - |
| HSV(B) | 132.16º | 0.53% | 0.55% | - |
| XYZ | 12.86 | 20.17 | 10.8 | - |
| YUV | 110.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 80 | 0.53 | 0 | 0.42 | 0.45 | 132.16 | 0.36 | 0.4 |
| Hex | 41 | 8B | 50 | 35 | 0 | 2A | 2D | 84 | 24 | 28 |
| Octal | 101 | 213 | 120 | 65 | 0 | 52 | 55 | 204 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1010000 | 110101 | 0 | 101010 | 101101 | 10000100 | 100100 | 101000 |
Color Harmonies of #418B50
Complementary color
Monochromatic Colors of #418B50
Black with #418B50
Text Example
Text Example
White with #418B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B50; }
p { color: rgb(65,139,80); }
H1.HeaderClassName
{
color: #418B50;
}
.AnyTagClassName
{
color: #418B50;
}
</style>
background-color css
<style>
a { background-color: #418B50; }
a { background-color: rgb(65,139,80); }
div.DivClassName
{
background-color: #418B50;
}
.BgClassName
{
background-color: #418B50;
}
</style>
border-color css
<style>
span { border-color: #418B50; }
span { border-color: rgb(65,139,80); }
td.TdClassName
{
border-color: #418B50;
}
.TagClassName
{
border-color: #418B50;
}
</style>