Shades of Chateau Green #419150
Tints of Chateau Green #419150
RGB
CMYK
RGB Variations
Color information
#419150 (or 0x419150) is known color: Chateau Green. HEX triplet: 41, 91 and 50. RGB value is (65,145,80). Sum of RGB (Red+Green+Blue) = 65+145+80=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #419150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419150 is #BE6EAF. Grayscale: #717171. Windows color (decimal): -12480176 or 5280065. OLE color: 5280065.
HSL color Cylindrical-coordinate representation of color #419150: hue angle of 131.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419150 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 80 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.43 |
| HSL | 131.25º | 0.38% | 0.41% | - |
| HSV(B) | 131.25º | 0.55% | 0.57% | - |
| XYZ | 13.75 | 21.95 | 11.1 | - |
| YUV | 113.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 80 | 0.55 | 0 | 0.45 | 0.43 | 131.25 | 0.38 | 0.41 |
| Hex | 41 | 91 | 50 | 37 | 0 | 2D | 2B | 83 | 26 | 29 |
| Octal | 101 | 221 | 120 | 67 | 0 | 55 | 53 | 203 | 46 | 51 |
| Binary | 1000001 | 10010001 | 1010000 | 110111 | 0 | 101101 | 101011 | 10000011 | 100110 | 101001 |
Color Harmonies of #419150
Complementary color
Monochromatic Colors of #419150
Black with #419150
Text Example
Text Example
White with #419150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419150; }
p { color: rgb(65,145,80); }
H1.HeaderClassName
{
color: #419150;
}
.AnyTagClassName
{
color: #419150;
}
</style>
background-color css
<style>
a { background-color: #419150; }
a { background-color: rgb(65,145,80); }
div.DivClassName
{
background-color: #419150;
}
.BgClassName
{
background-color: #419150;
}
</style>
border-color css
<style>
span { border-color: #419150; }
span { border-color: rgb(65,145,80); }
td.TdClassName
{
border-color: #419150;
}
.TagClassName
{
border-color: #419150;
}
</style>