Shades of Chateau Green #45A356
Tints of Chateau Green #45A356
RGB
CMYK
RGB Variations
Color information
#45A356 (or 0x45A356) is known color: Chateau Green. HEX triplet: 45, A3 and 56. RGB value is (69,163,86). Sum of RGB (Red+Green+Blue) = 69+163+86=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #45A356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A356 is #BA5CA9. Grayscale: #7E7E7E. Windows color (decimal): -12213418 or 5677893. OLE color: 5677893.
HSL color Cylindrical-coordinate representation of color #45A356: hue angle of 130.85º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A356 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 86 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.36 |
| HSL | 130.85º | 0.41% | 0.45% | - |
| HSV(B) | 130.85º | 0.58% | 0.64% | - |
| XYZ | 17.23 | 28.13 | 13.33 | - |
| YUV | 126.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 86 | 0.58 | 0 | 0.47 | 0.36 | 130.85 | 0.41 | 0.45 |
| Hex | 45 | A3 | 56 | 3A | 0 | 2F | 24 | 83 | 29 | 2D |
| Octal | 105 | 243 | 126 | 72 | 0 | 57 | 44 | 203 | 51 | 55 |
| Binary | 1000101 | 10100011 | 1010110 | 111010 | 0 | 101111 | 100100 | 10000011 | 101001 | 101101 |
Color Harmonies of #45A356
Complementary color
Monochromatic Colors of #45A356
Black with #45A356
Text Example
Text Example
White with #45A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A356; }
p { color: rgb(69,163,86); }
H1.HeaderClassName
{
color: #45A356;
}
.AnyTagClassName
{
color: #45A356;
}
</style>
background-color css
<style>
a { background-color: #45A356; }
a { background-color: rgb(69,163,86); }
div.DivClassName
{
background-color: #45A356;
}
.BgClassName
{
background-color: #45A356;
}
</style>
border-color css
<style>
span { border-color: #45A356; }
span { border-color: rgb(69,163,86); }
td.TdClassName
{
border-color: #45A356;
}
.TagClassName
{
border-color: #45A356;
}
</style>