Shades of Shamrock #45C49C
Tints of Shamrock #45C49C
RGB
CMYK
RGB Variations
Color information
#45C49C (or 0x45C49C) is known color: Shamrock. HEX triplet: 45, C4 and 9C. RGB value is (69,196,156). Sum of RGB (Red+Green+Blue) = 69+196+156=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #45C49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C49C is #BA3B63. Grayscale: #999999. Windows color (decimal): -12204900 or 10273861. OLE color: 10273861.
HSL color Cylindrical-coordinate representation of color #45C49C: hue angle of 161.1º 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 #45C49C is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 156 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.23 |
| HSL | 161.1º | 0.52% | 0.52% | - |
| HSV(B) | 161.1º | 0.65% | 0.77% | - |
| XYZ | 28.19 | 43.15 | 38.29 | - |
| YUV | 153.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 156 | 0.65 | 0 | 0.20 | 0.23 | 161.1 | 0.52 | 0.52 |
| Hex | 45 | C4 | 9C | 41 | 0 | 14 | 17 | A1 | 34 | 34 |
| Octal | 105 | 304 | 234 | 101 | 0 | 24 | 27 | 241 | 64 | 64 |
| Binary | 1000101 | 11000100 | 10011100 | 1000001 | 0 | 10100 | 10111 | 10100001 | 110100 | 110100 |
Color Harmonies of #45C49C
Complementary color
Monochromatic Colors of #45C49C
Black with #45C49C
Text Example
Text Example
White with #45C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C49C; }
p { color: rgb(69,196,156); }
H1.HeaderClassName
{
color: #45C49C;
}
.AnyTagClassName
{
color: #45C49C;
}
</style>
background-color css
<style>
a { background-color: #45C49C; }
a { background-color: rgb(69,196,156); }
div.DivClassName
{
background-color: #45C49C;
}
.BgClassName
{
background-color: #45C49C;
}
</style>
border-color css
<style>
span { border-color: #45C49C; }
span { border-color: rgb(69,196,156); }
td.TdClassName
{
border-color: #45C49C;
}
.TagClassName
{
border-color: #45C49C;
}
</style>