Shades of Chateau Green #45AA5E
Tints of Chateau Green #45AA5E
RGB
CMYK
RGB Variations
Color information
#45AA5E (or 0x45AA5E) is known color: Chateau Green. HEX triplet: 45, AA and 5E. RGB value is (69,170,94). Sum of RGB (Red+Green+Blue) = 69+170+94=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA5E is #BA55A1. Grayscale: #838383. Windows color (decimal): -12211618 or 6203973. OLE color: 6203973.
HSL color Cylindrical-coordinate representation of color #45AA5E: hue angle of 134.85º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA5E is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 94 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.33 |
| HSL | 134.85º | 0.42% | 0.47% | - |
| HSV(B) | 134.85º | 0.59% | 0.67% | - |
| XYZ | 18.85 | 30.82 | 15.55 | - |
| YUV | 131.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 94 | 0.59 | 0 | 0.45 | 0.33 | 134.85 | 0.42 | 0.47 |
| Hex | 45 | AA | 5E | 3B | 0 | 2D | 21 | 87 | 2A | 2F |
| Octal | 105 | 252 | 136 | 73 | 0 | 55 | 41 | 207 | 52 | 57 |
| Binary | 1000101 | 10101010 | 1011110 | 111011 | 0 | 101101 | 100001 | 10000111 | 101010 | 101111 |
Color Harmonies of #45AA5E
Complementary color
Monochromatic Colors of #45AA5E
Black with #45AA5E
Text Example
Text Example
White with #45AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AA5E; }
p { color: rgb(69,170,94); }
H1.HeaderClassName
{
color: #45AA5E;
}
.AnyTagClassName
{
color: #45AA5E;
}
</style>
background-color css
<style>
a { background-color: #45AA5E; }
a { background-color: rgb(69,170,94); }
div.DivClassName
{
background-color: #45AA5E;
}
.BgClassName
{
background-color: #45AA5E;
}
</style>
border-color css
<style>
span { border-color: #45AA5E; }
span { border-color: rgb(69,170,94); }
td.TdClassName
{
border-color: #45AA5E;
}
.TagClassName
{
border-color: #45AA5E;
}
</style>