Shades of Chateau Green #459C62
Tints of Chateau Green #459C62
RGB
CMYK
RGB Variations
Color information
#459C62 (or 0x459C62) is known color: Chateau Green. HEX triplet: 45, 9C and 62. RGB value is (69,156,98). Sum of RGB (Red+Green+Blue) = 69+156+98=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #459C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C62 is #BA639D. Grayscale: #7B7B7B. Windows color (decimal): -12215198 or 6462533. OLE color: 6462533.
HSL color Cylindrical-coordinate representation of color #459C62: hue angle of 140º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C62 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 98 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.39 |
| HSL | 140º | 0.39% | 0.44% | - |
| HSV(B) | 140º | 0.56% | 0.61% | - |
| XYZ | 16.55 | 25.92 | 15.69 | - |
| YUV | 123.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 98 | 0.56 | 0 | 0.37 | 0.39 | 140 | 0.39 | 0.44 |
| Hex | 45 | 9C | 62 | 38 | 0 | 25 | 27 | 8C | 27 | 2C |
| Octal | 105 | 234 | 142 | 70 | 0 | 45 | 47 | 214 | 47 | 54 |
| Binary | 1000101 | 10011100 | 1100010 | 111000 | 0 | 100101 | 100111 | 10001100 | 100111 | 101100 |
Color Harmonies of #459C62
Complementary color
Monochromatic Colors of #459C62
Black with #459C62
Text Example
Text Example
White with #459C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C62; }
p { color: rgb(69,156,98); }
H1.HeaderClassName
{
color: #459C62;
}
.AnyTagClassName
{
color: #459C62;
}
</style>
background-color css
<style>
a { background-color: #459C62; }
a { background-color: rgb(69,156,98); }
div.DivClassName
{
background-color: #459C62;
}
.BgClassName
{
background-color: #459C62;
}
</style>
border-color css
<style>
span { border-color: #459C62; }
span { border-color: rgb(69,156,98); }
td.TdClassName
{
border-color: #459C62;
}
.TagClassName
{
border-color: #459C62;
}
</style>