Shades of Chateau Green #45A65E
Tints of Chateau Green #45A65E
RGB
CMYK
RGB Variations
Color information
#45A65E (or 0x45A65E) is known color: Chateau Green. HEX triplet: 45, A6 and 5E. RGB value is (69,166,94). Sum of RGB (Red+Green+Blue) = 69+166+94=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #45A65E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A65E is #BA59A1. Grayscale: #808080. Windows color (decimal): -12212642 or 6202949. OLE color: 6202949.
HSL color Cylindrical-coordinate representation of color #45A65E: hue angle of 135.46º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A65E is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 94 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.35 |
| HSL | 135.46º | 0.41% | 0.46% | - |
| HSV(B) | 135.46º | 0.58% | 0.65% | - |
| XYZ | 18.11 | 29.35 | 15.3 | - |
| YUV | 128.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 94 | 0.58 | 0 | 0.43 | 0.35 | 135.46 | 0.41 | 0.46 |
| Hex | 45 | A6 | 5E | 3A | 0 | 2B | 23 | 87 | 29 | 2E |
| Octal | 105 | 246 | 136 | 72 | 0 | 53 | 43 | 207 | 51 | 56 |
| Binary | 1000101 | 10100110 | 1011110 | 111010 | 0 | 101011 | 100011 | 10000111 | 101001 | 101110 |
Color Harmonies of #45A65E
Complementary color
Monochromatic Colors of #45A65E
Black with #45A65E
Text Example
Text Example
White with #45A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A65E; }
p { color: rgb(69,166,94); }
H1.HeaderClassName
{
color: #45A65E;
}
.AnyTagClassName
{
color: #45A65E;
}
</style>
background-color css
<style>
a { background-color: #45A65E; }
a { background-color: rgb(69,166,94); }
div.DivClassName
{
background-color: #45A65E;
}
.BgClassName
{
background-color: #45A65E;
}
</style>
border-color css
<style>
span { border-color: #45A65E; }
span { border-color: rgb(69,166,94); }
td.TdClassName
{
border-color: #45A65E;
}
.TagClassName
{
border-color: #45A65E;
}
</style>