Shades of Shamrock #45C59C
Tints of Shamrock #45C59C
RGB
CMYK
RGB Variations
Color information
#45C59C (or 0x45C59C) is known color: Shamrock. HEX triplet: 45, C5 and 9C. RGB value is (69,197,156). Sum of RGB (Red+Green+Blue) = 69+197+156=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #45C59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C59C is #BA3A63. Grayscale: #9A9A9A. Windows color (decimal): -12204644 or 10274117. OLE color: 10274117.
HSL color Cylindrical-coordinate representation of color #45C59C: hue angle of 160.78º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C59C is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 197 | 156 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.23 |
| HSL | 160.78º | 0.52% | 0.52% | - |
| HSV(B) | 160.78º | 0.65% | 0.77% | - |
| XYZ | 28.42 | 43.6 | 38.37 | - |
| YUV | 154.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 197 | 156 | 0.65 | 0 | 0.21 | 0.23 | 160.78 | 0.52 | 0.52 |
| Hex | 45 | C5 | 9C | 41 | 0 | 15 | 17 | A1 | 34 | 34 |
| Octal | 105 | 305 | 234 | 101 | 0 | 25 | 27 | 241 | 64 | 64 |
| Binary | 1000101 | 11000101 | 10011100 | 1000001 | 0 | 10101 | 10111 | 10100001 | 110100 | 110100 |
Color Harmonies of #45C59C
Complementary color
Monochromatic Colors of #45C59C
Black with #45C59C
Text Example
Text Example
White with #45C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C59C; }
p { color: rgb(69,197,156); }
H1.HeaderClassName
{
color: #45C59C;
}
.AnyTagClassName
{
color: #45C59C;
}
</style>
background-color css
<style>
a { background-color: #45C59C; }
a { background-color: rgb(69,197,156); }
div.DivClassName
{
background-color: #45C59C;
}
.BgClassName
{
background-color: #45C59C;
}
</style>
border-color css
<style>
span { border-color: #45C59C; }
span { border-color: rgb(69,197,156); }
td.TdClassName
{
border-color: #45C59C;
}
.TagClassName
{
border-color: #45C59C;
}
</style>