Shades of Chateau Green #419256
Tints of Chateau Green #419256
RGB
CMYK
RGB Variations
Color information
#419256 (or 0x419256) is known color: Chateau Green. HEX triplet: 41, 92 and 56. RGB value is (65,146,86). Sum of RGB (Red+Green+Blue) = 65+146+86=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #419256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419256 is #BE6DA9. Grayscale: #737373. Windows color (decimal): -12479914 or 5673537. OLE color: 5673537.
HSL color Cylindrical-coordinate representation of color #419256: hue angle of 135.56º 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 #419256 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 86 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.43 |
| HSL | 135.56º | 0.38% | 0.41% | - |
| HSV(B) | 135.56º | 0.55% | 0.57% | - |
| XYZ | 14.14 | 22.35 | 12.37 | - |
| YUV | 114.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 86 | 0.55 | 0 | 0.41 | 0.43 | 135.56 | 0.38 | 0.41 |
| Hex | 41 | 92 | 56 | 37 | 0 | 29 | 2B | 88 | 26 | 29 |
| Octal | 101 | 222 | 126 | 67 | 0 | 51 | 53 | 210 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1010110 | 110111 | 0 | 101001 | 101011 | 10001000 | 100110 | 101001 |
Color Harmonies of #419256
Complementary color
Monochromatic Colors of #419256
Black with #419256
Text Example
Text Example
White with #419256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419256; }
p { color: rgb(65,146,86); }
H1.HeaderClassName
{
color: #419256;
}
.AnyTagClassName
{
color: #419256;
}
</style>
background-color css
<style>
a { background-color: #419256; }
a { background-color: rgb(65,146,86); }
div.DivClassName
{
background-color: #419256;
}
.BgClassName
{
background-color: #419256;
}
</style>
border-color css
<style>
span { border-color: #419256; }
span { border-color: rgb(65,146,86); }
td.TdClassName
{
border-color: #419256;
}
.TagClassName
{
border-color: #419256;
}
</style>