Shades of Chateau Green #419153
Tints of Chateau Green #419153
RGB
CMYK
RGB Variations
Color information
#419153 (or 0x419153) is known color: Chateau Green. HEX triplet: 41, 91 and 53. RGB value is (65,145,83). Sum of RGB (Red+Green+Blue) = 65+145+83=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #419153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419153 is #BE6EAC. Grayscale: #727272. Windows color (decimal): -12480173 or 5476673. OLE color: 5476673.
HSL color Cylindrical-coordinate representation of color #419153: hue angle of 133.5º 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 #419153 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 83 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.43 |
| HSL | 133.5º | 0.38% | 0.41% | - |
| HSV(B) | 133.5º | 0.55% | 0.57% | - |
| XYZ | 13.87 | 22 | 11.7 | - |
| YUV | 114.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 83 | 0.55 | 0 | 0.43 | 0.43 | 133.5 | 0.38 | 0.41 |
| Hex | 41 | 91 | 53 | 37 | 0 | 2B | 2B | 86 | 26 | 29 |
| Octal | 101 | 221 | 123 | 67 | 0 | 53 | 53 | 206 | 46 | 51 |
| Binary | 1000001 | 10010001 | 1010011 | 110111 | 0 | 101011 | 101011 | 10000110 | 100110 | 101001 |
Color Harmonies of #419153
Complementary color
Monochromatic Colors of #419153
Black with #419153
Text Example
Text Example
White with #419153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419153; }
p { color: rgb(65,145,83); }
H1.HeaderClassName
{
color: #419153;
}
.AnyTagClassName
{
color: #419153;
}
</style>
background-color css
<style>
a { background-color: #419153; }
a { background-color: rgb(65,145,83); }
div.DivClassName
{
background-color: #419153;
}
.BgClassName
{
background-color: #419153;
}
</style>
border-color css
<style>
span { border-color: #419153; }
span { border-color: rgb(65,145,83); }
td.TdClassName
{
border-color: #419153;
}
.TagClassName
{
border-color: #419153;
}
</style>