Shades of Chateau Green #45AB5D
Tints of Chateau Green #45AB5D
RGB
CMYK
RGB Variations
Color information
#45AB5D (or 0x45AB5D) is known color: Chateau Green. HEX triplet: 45, AB and 5D. RGB value is (69,171,93). Sum of RGB (Red+Green+Blue) = 69+171+93=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB5D is #BA54A2. Grayscale: #838383. Windows color (decimal): -12211363 or 6138693. OLE color: 6138693.
HSL color Cylindrical-coordinate representation of color #45AB5D: hue angle of 134.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB5D is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 93 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.33 |
| HSL | 134.12º | 0.43% | 0.47% | - |
| HSV(B) | 134.12º | 0.6% | 0.67% | - |
| XYZ | 18.99 | 31.18 | 15.37 | - |
| YUV | 131.61 | 106.21 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 93 | 0.60 | 0 | 0.46 | 0.33 | 134.12 | 0.43 | 0.47 |
| Hex | 45 | AB | 5D | 3C | 0 | 2E | 21 | 86 | 2A | 2F |
| Octal | 105 | 253 | 135 | 74 | 0 | 56 | 41 | 206 | 52 | 57 |
| Binary | 1000101 | 10101011 | 1011101 | 111100 | 0 | 101110 | 100001 | 10000110 | 101010 | 101111 |
Color Harmonies of #45AB5D
Complementary color
Monochromatic Colors of #45AB5D
Black with #45AB5D
Text Example
Text Example
White with #45AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB5D; }
p { color: rgb(69,171,93); }
H1.HeaderClassName
{
color: #45AB5D;
}
.AnyTagClassName
{
color: #45AB5D;
}
</style>
background-color css
<style>
a { background-color: #45AB5D; }
a { background-color: rgb(69,171,93); }
div.DivClassName
{
background-color: #45AB5D;
}
.BgClassName
{
background-color: #45AB5D;
}
</style>
border-color css
<style>
span { border-color: #45AB5D; }
span { border-color: rgb(69,171,93); }
td.TdClassName
{
border-color: #45AB5D;
}
.TagClassName
{
border-color: #45AB5D;
}
</style>