Shades of Chateau Green #45AD5D
Tints of Chateau Green #45AD5D
RGB
CMYK
RGB Variations
Color information
#45AD5D (or 0x45AD5D) is known color: Chateau Green. HEX triplet: 45, AD and 5D. RGB value is (69,173,93). Sum of RGB (Red+Green+Blue) = 69+173+93=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD5D is #BA52A2. Grayscale: #858585. Windows color (decimal): -12210851 or 6139205. OLE color: 6139205.
HSL color Cylindrical-coordinate representation of color #45AD5D: hue angle of 133.85º 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 #45AD5D is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 93 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.32 |
| HSL | 133.85º | 0.43% | 0.47% | - |
| HSV(B) | 133.85º | 0.6% | 0.68% | - |
| XYZ | 19.37 | 31.94 | 15.5 | - |
| YUV | 132.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 93 | 0.60 | 0 | 0.46 | 0.32 | 133.85 | 0.43 | 0.47 |
| Hex | 45 | AD | 5D | 3C | 0 | 2E | 20 | 86 | 2B | 2F |
| Octal | 105 | 255 | 135 | 74 | 0 | 56 | 40 | 206 | 53 | 57 |
| Binary | 1000101 | 10101101 | 1011101 | 111100 | 0 | 101110 | 100000 | 10000110 | 101011 | 101111 |
Color Harmonies of #45AD5D
Complementary color
Monochromatic Colors of #45AD5D
Black with #45AD5D
Text Example
Text Example
White with #45AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD5D; }
p { color: rgb(69,173,93); }
H1.HeaderClassName
{
color: #45AD5D;
}
.AnyTagClassName
{
color: #45AD5D;
}
</style>
background-color css
<style>
a { background-color: #45AD5D; }
a { background-color: rgb(69,173,93); }
div.DivClassName
{
background-color: #45AD5D;
}
.BgClassName
{
background-color: #45AD5D;
}
</style>
border-color css
<style>
span { border-color: #45AD5D; }
span { border-color: rgb(69,173,93); }
td.TdClassName
{
border-color: #45AD5D;
}
.TagClassName
{
border-color: #45AD5D;
}
</style>