Shades of Chateau Green #45A558
Tints of Chateau Green #45A558
RGB
CMYK
RGB Variations
Color information
#45A558 (or 0x45A558) is known color: Chateau Green. HEX triplet: 45, A5 and 58. RGB value is (69,165,88). Sum of RGB (Red+Green+Blue) = 69+165+88=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #45A558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A558 is #BA5AA7. Grayscale: #7F7F7F. Windows color (decimal): -12212904 or 5809477. OLE color: 5809477.
HSL color Cylindrical-coordinate representation of color #45A558: hue angle of 131.88º 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 #45A558 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 165 | 88 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.35 |
| HSL | 131.88º | 0.41% | 0.46% | - |
| HSV(B) | 131.88º | 0.58% | 0.65% | - |
| XYZ | 17.67 | 28.88 | 13.88 | - |
| YUV | 127.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 88 | 0.58 | 0 | 0.47 | 0.35 | 131.88 | 0.41 | 0.46 |
| Hex | 45 | A5 | 58 | 3A | 0 | 2F | 23 | 84 | 29 | 2E |
| Octal | 105 | 245 | 130 | 72 | 0 | 57 | 43 | 204 | 51 | 56 |
| Binary | 1000101 | 10100101 | 1011000 | 111010 | 0 | 101111 | 100011 | 10000100 | 101001 | 101110 |
Color Harmonies of #45A558
Complementary color
Monochromatic Colors of #45A558
Black with #45A558
Text Example
Text Example
White with #45A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A558; }
p { color: rgb(69,165,88); }
H1.HeaderClassName
{
color: #45A558;
}
.AnyTagClassName
{
color: #45A558;
}
</style>
background-color css
<style>
a { background-color: #45A558; }
a { background-color: rgb(69,165,88); }
div.DivClassName
{
background-color: #45A558;
}
.BgClassName
{
background-color: #45A558;
}
</style>
border-color css
<style>
span { border-color: #45A558; }
span { border-color: rgb(69,165,88); }
td.TdClassName
{
border-color: #45A558;
}
.TagClassName
{
border-color: #45A558;
}
</style>