Shades of Chateau Green #459B55
Tints of Chateau Green #459B55
RGB
CMYK
RGB Variations
Color information
#459B55 (or 0x459B55) is known color: Chateau Green. HEX triplet: 45, 9B and 55. RGB value is (69,155,85). Sum of RGB (Red+Green+Blue) = 69+155+85=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #459B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B55 is #BA64AA. Grayscale: #797979. Windows color (decimal): -12215467 or 5610309. OLE color: 5610309.
HSL color Cylindrical-coordinate representation of color #459B55: hue angle of 131.16º 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 #459B55 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 85 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.39 |
| HSL | 131.16º | 0.38% | 0.44% | - |
| HSV(B) | 131.16º | 0.55% | 0.61% | - |
| XYZ | 15.82 | 25.36 | 12.66 | - |
| YUV | 121.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 85 | 0.55 | 0 | 0.45 | 0.39 | 131.16 | 0.38 | 0.44 |
| Hex | 45 | 9B | 55 | 37 | 0 | 2D | 27 | 83 | 26 | 2C |
| Octal | 105 | 233 | 125 | 67 | 0 | 55 | 47 | 203 | 46 | 54 |
| Binary | 1000101 | 10011011 | 1010101 | 110111 | 0 | 101101 | 100111 | 10000011 | 100110 | 101100 |
Color Harmonies of #459B55
Complementary color
Monochromatic Colors of #459B55
Black with #459B55
Text Example
Text Example
White with #459B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B55; }
p { color: rgb(69,155,85); }
H1.HeaderClassName
{
color: #459B55;
}
.AnyTagClassName
{
color: #459B55;
}
</style>
background-color css
<style>
a { background-color: #459B55; }
a { background-color: rgb(69,155,85); }
div.DivClassName
{
background-color: #459B55;
}
.BgClassName
{
background-color: #459B55;
}
</style>
border-color css
<style>
span { border-color: #459B55; }
span { border-color: rgb(69,155,85); }
td.TdClassName
{
border-color: #459B55;
}
.TagClassName
{
border-color: #459B55;
}
</style>