Shades of Shamrock #45C596
Tints of Shamrock #45C596
RGB
CMYK
RGB Variations
Color information
#45C596 (or 0x45C596) is known color: Shamrock. HEX triplet: 45, C5 and 96. RGB value is (69,197,150). Sum of RGB (Red+Green+Blue) = 69+197+150=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #45C596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C596 is #BA3A69. Grayscale: #999999. Windows color (decimal): -12204650 or 9880901. OLE color: 9880901.
HSL color Cylindrical-coordinate representation of color #45C596: hue angle of 157.97º 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 #45C596 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 197 | 150 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.23 |
| HSL | 157.97º | 0.52% | 0.52% | - |
| HSV(B) | 157.97º | 0.65% | 0.77% | - |
| XYZ | 27.93 | 43.4 | 35.76 | - |
| YUV | 153.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 197 | 150 | 0.65 | 0 | 0.24 | 0.23 | 157.97 | 0.52 | 0.52 |
| Hex | 45 | C5 | 96 | 41 | 0 | 18 | 17 | 9E | 34 | 34 |
| Octal | 105 | 305 | 226 | 101 | 0 | 30 | 27 | 236 | 64 | 64 |
| Binary | 1000101 | 11000101 | 10010110 | 1000001 | 0 | 11000 | 10111 | 10011110 | 110100 | 110100 |
Color Harmonies of #45C596
Complementary color
Monochromatic Colors of #45C596
Black with #45C596
Text Example
Text Example
White with #45C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C596; }
p { color: rgb(69,197,150); }
H1.HeaderClassName
{
color: #45C596;
}
.AnyTagClassName
{
color: #45C596;
}
</style>
background-color css
<style>
a { background-color: #45C596; }
a { background-color: rgb(69,197,150); }
div.DivClassName
{
background-color: #45C596;
}
.BgClassName
{
background-color: #45C596;
}
</style>
border-color css
<style>
span { border-color: #45C596; }
span { border-color: rgb(69,197,150); }
td.TdClassName
{
border-color: #45C596;
}
.TagClassName
{
border-color: #45C596;
}
</style>