Shades of Chateau Green #459F64
Tints of Chateau Green #459F64
RGB
CMYK
RGB Variations
Color information
#459F64 (or 0x459F64) is known color: Chateau Green. HEX triplet: 45, 9F and 64. RGB value is (69,159,100). Sum of RGB (Red+Green+Blue) = 69+159+100=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #459F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459F64 is #BA609B. Grayscale: #7D7D7D. Windows color (decimal): -12214428 or 6594373. OLE color: 6594373.
HSL color Cylindrical-coordinate representation of color #459F64: hue angle of 140.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459F64 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 100 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.38 |
| HSL | 140.67º | 0.39% | 0.45% | - |
| HSV(B) | 140.67º | 0.57% | 0.62% | - |
| XYZ | 17.15 | 26.98 | 16.36 | - |
| YUV | 125.36 | 113.68 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 100 | 0.57 | 0 | 0.37 | 0.38 | 140.67 | 0.39 | 0.45 |
| Hex | 45 | 9F | 64 | 39 | 0 | 25 | 26 | 8D | 27 | 2D |
| Octal | 105 | 237 | 144 | 71 | 0 | 45 | 46 | 215 | 47 | 55 |
| Binary | 1000101 | 10011111 | 1100100 | 111001 | 0 | 100101 | 100110 | 10001101 | 100111 | 101101 |
Color Harmonies of #459F64
Complementary color
Monochromatic Colors of #459F64
Black with #459F64
Text Example
Text Example
White with #459F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F64; }
p { color: rgb(69,159,100); }
H1.HeaderClassName
{
color: #459F64;
}
.AnyTagClassName
{
color: #459F64;
}
</style>
background-color css
<style>
a { background-color: #459F64; }
a { background-color: rgb(69,159,100); }
div.DivClassName
{
background-color: #459F64;
}
.BgClassName
{
background-color: #459F64;
}
</style>
border-color css
<style>
span { border-color: #459F64; }
span { border-color: rgb(69,159,100); }
td.TdClassName
{
border-color: #459F64;
}
.TagClassName
{
border-color: #459F64;
}
</style>