Shades of Chateau Green #45AB65
Tints of Chateau Green #45AB65
RGB
CMYK
RGB Variations
Color information
#45AB65 (or 0x45AB65) is known color: Chateau Green. HEX triplet: 45, AB and 65. RGB value is (69,171,101). Sum of RGB (Red+Green+Blue) = 69+171+101=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB65 is #BA549A. Grayscale: #848484. Windows color (decimal): -12211355 or 6662981. OLE color: 6662981.
HSL color Cylindrical-coordinate representation of color #45AB65: hue angle of 138.82º 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 #45AB65 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 101 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.33 |
| HSL | 138.82º | 0.43% | 0.47% | - |
| HSV(B) | 138.82º | 0.6% | 0.67% | - |
| XYZ | 19.37 | 31.33 | 17.34 | - |
| YUV | 132.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 101 | 0.60 | 0 | 0.41 | 0.33 | 138.82 | 0.43 | 0.47 |
| Hex | 45 | AB | 65 | 3C | 0 | 29 | 21 | 8B | 2A | 2F |
| Octal | 105 | 253 | 145 | 74 | 0 | 51 | 41 | 213 | 52 | 57 |
| Binary | 1000101 | 10101011 | 1100101 | 111100 | 0 | 101001 | 100001 | 10001011 | 101010 | 101111 |
Color Harmonies of #45AB65
Complementary color
Monochromatic Colors of #45AB65
Black with #45AB65
Text Example
Text Example
White with #45AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB65; }
p { color: rgb(69,171,101); }
H1.HeaderClassName
{
color: #45AB65;
}
.AnyTagClassName
{
color: #45AB65;
}
</style>
background-color css
<style>
a { background-color: #45AB65; }
a { background-color: rgb(69,171,101); }
div.DivClassName
{
background-color: #45AB65;
}
.BgClassName
{
background-color: #45AB65;
}
</style>
border-color css
<style>
span { border-color: #45AB65; }
span { border-color: rgb(69,171,101); }
td.TdClassName
{
border-color: #45AB65;
}
.TagClassName
{
border-color: #45AB65;
}
</style>