Shades of Chateau Green #419152
Tints of Chateau Green #419152
RGB
CMYK
RGB Variations
Color information
#419152 (or 0x419152) is known color: Chateau Green. HEX triplet: 41, 91 and 52. RGB value is (65,145,82). Sum of RGB (Red+Green+Blue) = 65+145+82=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #419152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419152 is #BE6EAD. Grayscale: #727272. Windows color (decimal): -12480174 or 5411137. OLE color: 5411137.
HSL color Cylindrical-coordinate representation of color #419152: hue angle of 132.75º 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 #419152 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 82 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.43 |
| HSL | 132.75º | 0.38% | 0.41% | - |
| HSV(B) | 132.75º | 0.55% | 0.57% | - |
| XYZ | 13.83 | 21.98 | 11.5 | - |
| YUV | 113.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 82 | 0.55 | 0 | 0.43 | 0.43 | 132.75 | 0.38 | 0.41 |
| Hex | 41 | 91 | 52 | 37 | 0 | 2B | 2B | 85 | 26 | 29 |
| Octal | 101 | 221 | 122 | 67 | 0 | 53 | 53 | 205 | 46 | 51 |
| Binary | 1000001 | 10010001 | 1010010 | 110111 | 0 | 101011 | 101011 | 10000101 | 100110 | 101001 |
Color Harmonies of #419152
Complementary color
Monochromatic Colors of #419152
Black with #419152
Text Example
Text Example
White with #419152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419152; }
p { color: rgb(65,145,82); }
H1.HeaderClassName
{
color: #419152;
}
.AnyTagClassName
{
color: #419152;
}
</style>
background-color css
<style>
a { background-color: #419152; }
a { background-color: rgb(65,145,82); }
div.DivClassName
{
background-color: #419152;
}
.BgClassName
{
background-color: #419152;
}
</style>
border-color css
<style>
span { border-color: #419152; }
span { border-color: rgb(65,145,82); }
td.TdClassName
{
border-color: #419152;
}
.TagClassName
{
border-color: #419152;
}
</style>