Shades of Shamrock #44C68B
Tints of Shamrock #44C68B
RGB
CMYK
RGB Variations
Color information
#44C68B (or 0x44C68B) is known color: Shamrock. HEX triplet: 44, C6 and 8B. RGB value is (68,198,139). Sum of RGB (Red+Green+Blue) = 68+198+139=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #44C68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C68B is #BB3974. Grayscale: #989898. Windows color (decimal): -12269941 or 9160260. OLE color: 9160260.
HSL color Cylindrical-coordinate representation of color #44C68B: hue angle of 152.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C68B is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 198 | 139 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.22 |
| HSL | 152.77º | 0.53% | 0.52% | - |
| HSV(B) | 152.77º | 0.66% | 0.78% | - |
| XYZ | 27.24 | 43.48 | 31.38 | - |
| YUV | 152.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 198 | 139 | 0.66 | 0 | 0.30 | 0.22 | 152.77 | 0.53 | 0.52 |
| Hex | 44 | C6 | 8B | 42 | 0 | 1E | 16 | 99 | 35 | 34 |
| Octal | 104 | 306 | 213 | 102 | 0 | 36 | 26 | 231 | 65 | 64 |
| Binary | 1000100 | 11000110 | 10001011 | 1000010 | 0 | 11110 | 10110 | 10011001 | 110101 | 110100 |
Color Harmonies of #44C68B
Complementary color
Monochromatic Colors of #44C68B
Black with #44C68B
Text Example
Text Example
White with #44C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C68B; }
p { color: rgb(68,198,139); }
H1.HeaderClassName
{
color: #44C68B;
}
.AnyTagClassName
{
color: #44C68B;
}
</style>
background-color css
<style>
a { background-color: #44C68B; }
a { background-color: rgb(68,198,139); }
div.DivClassName
{
background-color: #44C68B;
}
.BgClassName
{
background-color: #44C68B;
}
</style>
border-color css
<style>
span { border-color: #44C68B; }
span { border-color: rgb(68,198,139); }
td.TdClassName
{
border-color: #44C68B;
}
.TagClassName
{
border-color: #44C68B;
}
</style>