Shades of Chateau Green #459B63
Tints of Chateau Green #459B63
RGB
CMYK
RGB Variations
Color information
#459B63 (or 0x459B63) is known color: Chateau Green. HEX triplet: 45, 9B and 63. RGB value is (69,155,99). Sum of RGB (Red+Green+Blue) = 69+155+99=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #459B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B63 is #BA649C. Grayscale: #7B7B7B. Windows color (decimal): -12215453 or 6527813. OLE color: 6527813.
HSL color Cylindrical-coordinate representation of color #459B63: hue angle of 140.93º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B63 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 99 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.39 |
| HSL | 140.93º | 0.38% | 0.44% | - |
| HSV(B) | 140.93º | 0.55% | 0.61% | - |
| XYZ | 16.43 | 25.61 | 15.88 | - |
| YUV | 122.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 99 | 0.55 | 0 | 0.36 | 0.39 | 140.93 | 0.38 | 0.44 |
| Hex | 45 | 9B | 63 | 37 | 0 | 24 | 27 | 8D | 26 | 2C |
| Octal | 105 | 233 | 143 | 67 | 0 | 44 | 47 | 215 | 46 | 54 |
| Binary | 1000101 | 10011011 | 1100011 | 110111 | 0 | 100100 | 100111 | 10001101 | 100110 | 101100 |
Color Harmonies of #459B63
Complementary color
Monochromatic Colors of #459B63
Black with #459B63
Text Example
Text Example
White with #459B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B63; }
p { color: rgb(69,155,99); }
H1.HeaderClassName
{
color: #459B63;
}
.AnyTagClassName
{
color: #459B63;
}
</style>
background-color css
<style>
a { background-color: #459B63; }
a { background-color: rgb(69,155,99); }
div.DivClassName
{
background-color: #459B63;
}
.BgClassName
{
background-color: #459B63;
}
</style>
border-color css
<style>
span { border-color: #459B63; }
span { border-color: rgb(69,155,99); }
td.TdClassName
{
border-color: #459B63;
}
.TagClassName
{
border-color: #459B63;
}
</style>