Shades of Chateau Green #45AD5E
Tints of Chateau Green #45AD5E
RGB
CMYK
RGB Variations
Color information
#45AD5E (or 0x45AD5E) is known color: Chateau Green. HEX triplet: 45, AD and 5E. RGB value is (69,173,94). Sum of RGB (Red+Green+Blue) = 69+173+94=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD5E is #BA52A1. Grayscale: #858585. Windows color (decimal): -12210850 or 6204741. OLE color: 6204741.
HSL color Cylindrical-coordinate representation of color #45AD5E: hue angle of 134.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD5E is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 94 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.32 |
| HSL | 134.42º | 0.43% | 0.47% | - |
| HSV(B) | 134.42º | 0.6% | 0.68% | - |
| XYZ | 19.42 | 31.96 | 15.74 | - |
| YUV | 132.9 | 106.04 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 94 | 0.60 | 0 | 0.46 | 0.32 | 134.42 | 0.43 | 0.47 |
| Hex | 45 | AD | 5E | 3C | 0 | 2E | 20 | 86 | 2B | 2F |
| Octal | 105 | 255 | 136 | 74 | 0 | 56 | 40 | 206 | 53 | 57 |
| Binary | 1000101 | 10101101 | 1011110 | 111100 | 0 | 101110 | 100000 | 10000110 | 101011 | 101111 |
Color Harmonies of #45AD5E
Complementary color
Monochromatic Colors of #45AD5E
Black with #45AD5E
Text Example
Text Example
White with #45AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD5E; }
p { color: rgb(69,173,94); }
H1.HeaderClassName
{
color: #45AD5E;
}
.AnyTagClassName
{
color: #45AD5E;
}
</style>
background-color css
<style>
a { background-color: #45AD5E; }
a { background-color: rgb(69,173,94); }
div.DivClassName
{
background-color: #45AD5E;
}
.BgClassName
{
background-color: #45AD5E;
}
</style>
border-color css
<style>
span { border-color: #45AD5E; }
span { border-color: rgb(69,173,94); }
td.TdClassName
{
border-color: #45AD5E;
}
.TagClassName
{
border-color: #45AD5E;
}
</style>