Shades of Chateau Green #45A456
Tints of Chateau Green #45A456
RGB
CMYK
RGB Variations
Color information
#45A456 (or 0x45A456) is known color: Chateau Green. HEX triplet: 45, A4 and 56. RGB value is (69,164,86). Sum of RGB (Red+Green+Blue) = 69+164+86=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #45A456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A456 is #BA5BA9. Grayscale: #7E7E7E. Windows color (decimal): -12213162 or 5678149. OLE color: 5678149.
HSL color Cylindrical-coordinate representation of color #45A456: hue angle of 130.74º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A456 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 164 | 86 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.36 |
| HSL | 130.74º | 0.41% | 0.46% | - |
| HSV(B) | 130.74º | 0.58% | 0.64% | - |
| XYZ | 17.41 | 28.49 | 13.39 | - |
| YUV | 126.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 164 | 86 | 0.58 | 0 | 0.48 | 0.36 | 130.74 | 0.41 | 0.46 |
| Hex | 45 | A4 | 56 | 3A | 0 | 30 | 24 | 83 | 29 | 2E |
| Octal | 105 | 244 | 126 | 72 | 0 | 60 | 44 | 203 | 51 | 56 |
| Binary | 1000101 | 10100100 | 1010110 | 111010 | 0 | 110000 | 100100 | 10000011 | 101001 | 101110 |
Color Harmonies of #45A456
Complementary color
Monochromatic Colors of #45A456
Black with #45A456
Text Example
Text Example
White with #45A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A456; }
p { color: rgb(69,164,86); }
H1.HeaderClassName
{
color: #45A456;
}
.AnyTagClassName
{
color: #45A456;
}
</style>
background-color css
<style>
a { background-color: #45A456; }
a { background-color: rgb(69,164,86); }
div.DivClassName
{
background-color: #45A456;
}
.BgClassName
{
background-color: #45A456;
}
</style>
border-color css
<style>
span { border-color: #45A456; }
span { border-color: rgb(69,164,86); }
td.TdClassName
{
border-color: #45A456;
}
.TagClassName
{
border-color: #45A456;
}
</style>