Shades of Shamrock #44C493
Tints of Shamrock #44C493
RGB
CMYK
RGB Variations
Color information
#44C493 (or 0x44C493) is known color: Shamrock. HEX triplet: 44, C4 and 93. RGB value is (68,196,147). Sum of RGB (Red+Green+Blue) = 68+196+147=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #44C493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C493 is #BB3B6C. Grayscale: #989898. Windows color (decimal): -12270445 or 9684036. OLE color: 9684036.
HSL color Cylindrical-coordinate representation of color #44C493: hue angle of 157.03º 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 #44C493 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 196 | 147 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.23 |
| HSL | 157.03º | 0.52% | 0.52% | - |
| HSV(B) | 157.03º | 0.65% | 0.77% | - |
| XYZ | 27.39 | 42.82 | 34.42 | - |
| YUV | 152.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 196 | 147 | 0.65 | 0 | 0.25 | 0.23 | 157.03 | 0.52 | 0.52 |
| Hex | 44 | C4 | 93 | 41 | 0 | 19 | 17 | 9D | 34 | 34 |
| Octal | 104 | 304 | 223 | 101 | 0 | 31 | 27 | 235 | 64 | 64 |
| Binary | 1000100 | 11000100 | 10010011 | 1000001 | 0 | 11001 | 10111 | 10011101 | 110100 | 110100 |
Color Harmonies of #44C493
Complementary color
Monochromatic Colors of #44C493
Black with #44C493
Text Example
Text Example
White with #44C493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C493; }
p { color: rgb(68,196,147); }
H1.HeaderClassName
{
color: #44C493;
}
.AnyTagClassName
{
color: #44C493;
}
</style>
background-color css
<style>
a { background-color: #44C493; }
a { background-color: rgb(68,196,147); }
div.DivClassName
{
background-color: #44C493;
}
.BgClassName
{
background-color: #44C493;
}
</style>
border-color css
<style>
span { border-color: #44C493; }
span { border-color: rgb(68,196,147); }
td.TdClassName
{
border-color: #44C493;
}
.TagClassName
{
border-color: #44C493;
}
</style>