Shades of Chateau Green #45AA64
Tints of Chateau Green #45AA64
RGB
CMYK
RGB Variations
Color information
#45AA64 (or 0x45AA64) is known color: Chateau Green. HEX triplet: 45, AA and 64. RGB value is (69,170,100). Sum of RGB (Red+Green+Blue) = 69+170+100=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AA64 is #BA559B. Grayscale: #848484. Windows color (decimal): -12211612 or 6597189. OLE color: 6597189.
HSL color Cylindrical-coordinate representation of color #45AA64: hue angle of 138.42º 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 #45AA64 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 100 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.33 |
| HSL | 138.42º | 0.42% | 0.47% | - |
| HSV(B) | 138.42º | 0.59% | 0.67% | - |
| XYZ | 19.13 | 30.93 | 17.02 | - |
| YUV | 131.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 100 | 0.59 | 0 | 0.41 | 0.33 | 138.42 | 0.42 | 0.47 |
| Hex | 45 | AA | 64 | 3B | 0 | 29 | 21 | 8A | 2A | 2F |
| Octal | 105 | 252 | 144 | 73 | 0 | 51 | 41 | 212 | 52 | 57 |
| Binary | 1000101 | 10101010 | 1100100 | 111011 | 0 | 101001 | 100001 | 10001010 | 101010 | 101111 |
Color Harmonies of #45AA64
Complementary color
Monochromatic Colors of #45AA64
Black with #45AA64
Text Example
Text Example
White with #45AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AA64; }
p { color: rgb(69,170,100); }
H1.HeaderClassName
{
color: #45AA64;
}
.AnyTagClassName
{
color: #45AA64;
}
</style>
background-color css
<style>
a { background-color: #45AA64; }
a { background-color: rgb(69,170,100); }
div.DivClassName
{
background-color: #45AA64;
}
.BgClassName
{
background-color: #45AA64;
}
</style>
border-color css
<style>
span { border-color: #45AA64; }
span { border-color: rgb(69,170,100); }
td.TdClassName
{
border-color: #45AA64;
}
.TagClassName
{
border-color: #45AA64;
}
</style>