Shades of Chateau Green #419C62
Tints of Chateau Green #419C62
RGB
CMYK
RGB Variations
Color information
#419C62 (or 0x419C62) is known color: Chateau Green. HEX triplet: 41, 9C and 62. RGB value is (65,156,98). Sum of RGB (Red+Green+Blue) = 65+156+98=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #419C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419C62 is #BE639D. Grayscale: #7A7A7A. Windows color (decimal): -12477342 or 6462529. OLE color: 6462529.
HSL color Cylindrical-coordinate representation of color #419C62: hue angle of 141.76º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419C62 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 156 | 98 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.39 |
| HSL | 141.76º | 0.41% | 0.43% | - |
| HSV(B) | 141.76º | 0.58% | 0.61% | - |
| XYZ | 16.27 | 25.78 | 15.67 | - |
| YUV | 122.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 98 | 0.58 | 0 | 0.37 | 0.39 | 141.76 | 0.41 | 0.43 |
| Hex | 41 | 9C | 62 | 3A | 0 | 25 | 27 | 8E | 29 | 2B |
| Octal | 101 | 234 | 142 | 72 | 0 | 45 | 47 | 216 | 51 | 53 |
| Binary | 1000001 | 10011100 | 1100010 | 111010 | 0 | 100101 | 100111 | 10001110 | 101001 | 101011 |
Color Harmonies of #419C62
Complementary color
Monochromatic Colors of #419C62
Black with #419C62
Text Example
Text Example
White with #419C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419C62; }
p { color: rgb(65,156,98); }
H1.HeaderClassName
{
color: #419C62;
}
.AnyTagClassName
{
color: #419C62;
}
</style>
background-color css
<style>
a { background-color: #419C62; }
a { background-color: rgb(65,156,98); }
div.DivClassName
{
background-color: #419C62;
}
.BgClassName
{
background-color: #419C62;
}
</style>
border-color css
<style>
span { border-color: #419C62; }
span { border-color: rgb(65,156,98); }
td.TdClassName
{
border-color: #419C62;
}
.TagClassName
{
border-color: #419C62;
}
</style>