Shades of Chateau Green #45A65D
Tints of Chateau Green #45A65D
RGB
CMYK
RGB Variations
Color information
#45A65D (or 0x45A65D) is known color: Chateau Green. HEX triplet: 45, A6 and 5D. RGB value is (69,166,93). Sum of RGB (Red+Green+Blue) = 69+166+93=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #45A65D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A65D is #BA59A2. Grayscale: #808080. Windows color (decimal): -12212643 or 6137413. OLE color: 6137413.
HSL color Cylindrical-coordinate representation of color #45A65D: hue angle of 134.85º 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 #45A65D is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 93 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.35 |
| HSL | 134.85º | 0.41% | 0.46% | - |
| HSV(B) | 134.85º | 0.58% | 0.65% | - |
| XYZ | 18.07 | 29.33 | 15.06 | - |
| YUV | 128.68 | 107.86 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 93 | 0.58 | 0 | 0.44 | 0.35 | 134.85 | 0.41 | 0.46 |
| Hex | 45 | A6 | 5D | 3A | 0 | 2C | 23 | 87 | 29 | 2E |
| Octal | 105 | 246 | 135 | 72 | 0 | 54 | 43 | 207 | 51 | 56 |
| Binary | 1000101 | 10100110 | 1011101 | 111010 | 0 | 101100 | 100011 | 10000111 | 101001 | 101110 |
Color Harmonies of #45A65D
Complementary color
Monochromatic Colors of #45A65D
Black with #45A65D
Text Example
Text Example
White with #45A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A65D; }
p { color: rgb(69,166,93); }
H1.HeaderClassName
{
color: #45A65D;
}
.AnyTagClassName
{
color: #45A65D;
}
</style>
background-color css
<style>
a { background-color: #45A65D; }
a { background-color: rgb(69,166,93); }
div.DivClassName
{
background-color: #45A65D;
}
.BgClassName
{
background-color: #45A65D;
}
</style>
border-color css
<style>
span { border-color: #45A65D; }
span { border-color: rgb(69,166,93); }
td.TdClassName
{
border-color: #45A65D;
}
.TagClassName
{
border-color: #45A65D;
}
</style>