Shades of Chateau Green #459965
Tints of Chateau Green #459965
RGB
CMYK
RGB Variations
Color information
#459965 (or 0x459965) is known color: Chateau Green. HEX triplet: 45, 99 and 65. RGB value is (69,153,101). Sum of RGB (Red+Green+Blue) = 69+153+101=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #459965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459965 is #BA669A. Grayscale: #7A7A7A. Windows color (decimal): -12215963 or 6658373. OLE color: 6658373.
HSL color Cylindrical-coordinate representation of color #459965: hue angle of 142.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459965 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 101 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.4 |
| HSL | 142.86º | 0.38% | 0.44% | - |
| HSV(B) | 142.86º | 0.55% | 0.6% | - |
| XYZ | 16.19 | 24.99 | 16.28 | - |
| YUV | 121.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 101 | 0.55 | 0 | 0.34 | 0.4 | 142.86 | 0.38 | 0.44 |
| Hex | 45 | 99 | 65 | 37 | 0 | 22 | 28 | 8F | 26 | 2C |
| Octal | 105 | 231 | 145 | 67 | 0 | 42 | 50 | 217 | 46 | 54 |
| Binary | 1000101 | 10011001 | 1100101 | 110111 | 0 | 100010 | 101000 | 10001111 | 100110 | 101100 |
Color Harmonies of #459965
Complementary color
Monochromatic Colors of #459965
Black with #459965
Text Example
Text Example
White with #459965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459965; }
p { color: rgb(69,153,101); }
H1.HeaderClassName
{
color: #459965;
}
.AnyTagClassName
{
color: #459965;
}
</style>
background-color css
<style>
a { background-color: #459965; }
a { background-color: rgb(69,153,101); }
div.DivClassName
{
background-color: #459965;
}
.BgClassName
{
background-color: #459965;
}
</style>
border-color css
<style>
span { border-color: #459965; }
span { border-color: rgb(69,153,101); }
td.TdClassName
{
border-color: #459965;
}
.TagClassName
{
border-color: #459965;
}
</style>