Shades of Chateau Green #459B64
Tints of Chateau Green #459B64
RGB
CMYK
RGB Variations
Color information
#459B64 (or 0x459B64) is known color: Chateau Green. HEX triplet: 45, 9B and 64. RGB value is (69,155,100). Sum of RGB (Red+Green+Blue) = 69+155+100=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #459B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B64 is #BA649B. Grayscale: #7B7B7B. Windows color (decimal): -12215452 or 6593349. OLE color: 6593349.
HSL color Cylindrical-coordinate representation of color #459B64: hue angle of 141.63º 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 #459B64 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 100 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.39 |
| HSL | 141.63º | 0.38% | 0.44% | - |
| HSV(B) | 141.63º | 0.55% | 0.61% | - |
| XYZ | 16.48 | 25.63 | 16.13 | - |
| YUV | 123.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 100 | 0.55 | 0 | 0.35 | 0.39 | 141.63 | 0.38 | 0.44 |
| Hex | 45 | 9B | 64 | 37 | 0 | 23 | 27 | 8E | 26 | 2C |
| Octal | 105 | 233 | 144 | 67 | 0 | 43 | 47 | 216 | 46 | 54 |
| Binary | 1000101 | 10011011 | 1100100 | 110111 | 0 | 100011 | 100111 | 10001110 | 100110 | 101100 |
Color Harmonies of #459B64
Complementary color
Monochromatic Colors of #459B64
Black with #459B64
Text Example
Text Example
White with #459B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B64; }
p { color: rgb(69,155,100); }
H1.HeaderClassName
{
color: #459B64;
}
.AnyTagClassName
{
color: #459B64;
}
</style>
background-color css
<style>
a { background-color: #459B64; }
a { background-color: rgb(69,155,100); }
div.DivClassName
{
background-color: #459B64;
}
.BgClassName
{
background-color: #459B64;
}
</style>
border-color css
<style>
span { border-color: #459B64; }
span { border-color: rgb(69,155,100); }
td.TdClassName
{
border-color: #459B64;
}
.TagClassName
{
border-color: #459B64;
}
</style>