Shades of Chateau Green #459955
Tints of Chateau Green #459955
RGB
CMYK
RGB Variations
Color information
#459955 (or 0x459955) is known color: Chateau Green. HEX triplet: 45, 99 and 55. RGB value is (69,153,85). Sum of RGB (Red+Green+Blue) = 69+153+85=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #459955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459955 is #BA66AA. Grayscale: #787878. Windows color (decimal): -12215979 or 5609797. OLE color: 5609797.
HSL color Cylindrical-coordinate representation of color #459955: hue angle of 131.43º 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 #459955 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 85 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.4 |
| HSL | 131.43º | 0.38% | 0.44% | - |
| HSV(B) | 131.43º | 0.55% | 0.6% | - |
| XYZ | 15.49 | 24.7 | 12.55 | - |
| YUV | 120.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 85 | 0.55 | 0 | 0.44 | 0.4 | 131.43 | 0.38 | 0.44 |
| Hex | 45 | 99 | 55 | 37 | 0 | 2C | 28 | 83 | 26 | 2C |
| Octal | 105 | 231 | 125 | 67 | 0 | 54 | 50 | 203 | 46 | 54 |
| Binary | 1000101 | 10011001 | 1010101 | 110111 | 0 | 101100 | 101000 | 10000011 | 100110 | 101100 |
Color Harmonies of #459955
Complementary color
Monochromatic Colors of #459955
Black with #459955
Text Example
Text Example
White with #459955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459955; }
p { color: rgb(69,153,85); }
H1.HeaderClassName
{
color: #459955;
}
.AnyTagClassName
{
color: #459955;
}
</style>
background-color css
<style>
a { background-color: #459955; }
a { background-color: rgb(69,153,85); }
div.DivClassName
{
background-color: #459955;
}
.BgClassName
{
background-color: #459955;
}
</style>
border-color css
<style>
span { border-color: #459955; }
span { border-color: rgb(69,153,85); }
td.TdClassName
{
border-color: #459955;
}
.TagClassName
{
border-color: #459955;
}
</style>