Shades of Chateau Green #45A560
Tints of Chateau Green #45A560
RGB
CMYK
RGB Variations
Color information
#45A560 (or 0x45A560) is known color: Chateau Green. HEX triplet: 45, A5 and 60. RGB value is (69,165,96). Sum of RGB (Red+Green+Blue) = 69+165+96=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #45A560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A560 is #BA5A9F. Grayscale: #808080. Windows color (decimal): -12212896 or 6333765. OLE color: 6333765.
HSL color Cylindrical-coordinate representation of color #45A560: hue angle of 136.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A560 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 165 | 96 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.35 |
| HSL | 136.88º | 0.41% | 0.46% | - |
| HSV(B) | 136.88º | 0.58% | 0.65% | - |
| XYZ | 18.02 | 29.02 | 15.72 | - |
| YUV | 128.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 96 | 0.58 | 0 | 0.42 | 0.35 | 136.88 | 0.41 | 0.46 |
| Hex | 45 | A5 | 60 | 3A | 0 | 2A | 23 | 89 | 29 | 2E |
| Octal | 105 | 245 | 140 | 72 | 0 | 52 | 43 | 211 | 51 | 56 |
| Binary | 1000101 | 10100101 | 1100000 | 111010 | 0 | 101010 | 100011 | 10001001 | 101001 | 101110 |
Color Harmonies of #45A560
Complementary color
Monochromatic Colors of #45A560
Black with #45A560
Text Example
Text Example
White with #45A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A560; }
p { color: rgb(69,165,96); }
H1.HeaderClassName
{
color: #45A560;
}
.AnyTagClassName
{
color: #45A560;
}
</style>
background-color css
<style>
a { background-color: #45A560; }
a { background-color: rgb(69,165,96); }
div.DivClassName
{
background-color: #45A560;
}
.BgClassName
{
background-color: #45A560;
}
</style>
border-color css
<style>
span { border-color: #45A560; }
span { border-color: rgb(69,165,96); }
td.TdClassName
{
border-color: #45A560;
}
.TagClassName
{
border-color: #45A560;
}
</style>