Shades of Killarney #44744D
Tints of Killarney #44744D
RGB
CMYK
RGB Variations
Color information
#44744D (or 0x44744D) is known color: Killarney. HEX triplet: 44, 74 and 4D. RGB value is (68,116,77). Sum of RGB (Red+Green+Blue) = 68+116+77=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #44744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44744D is #BB8BB2. Grayscale: #616161. Windows color (decimal): -12290995 or 5076036. OLE color: 5076036.
HSL color Cylindrical-coordinate representation of color #44744D: hue angle of 131.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44744D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 116 | 77 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.55 |
| HSL | 131.25º | 0.26% | 0.36% | - |
| HSV(B) | 131.25º | 0.41% | 0.45% | - |
| XYZ | 9.97 | 14.26 | 9.25 | - |
| YUV | 97.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 77 | 0.41 | 0 | 0.34 | 0.55 | 131.25 | 0.26 | 0.36 |
| Hex | 44 | 74 | 4D | 29 | 0 | 22 | 37 | 83 | 1A | 24 |
| Octal | 104 | 164 | 115 | 51 | 0 | 42 | 67 | 203 | 32 | 44 |
| Binary | 1000100 | 1110100 | 1001101 | 101001 | 0 | 100010 | 110111 | 10000011 | 11010 | 100100 |
Color Harmonies of #44744D
Complementary color
Monochromatic Colors of #44744D
Black with #44744D
Text Example
Text Example
White with #44744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44744D; }
p { color: rgb(68,116,77); }
H1.HeaderClassName
{
color: #44744D;
}
.AnyTagClassName
{
color: #44744D;
}
</style>
background-color css
<style>
a { background-color: #44744D; }
a { background-color: rgb(68,116,77); }
div.DivClassName
{
background-color: #44744D;
}
.BgClassName
{
background-color: #44744D;
}
</style>
border-color css
<style>
span { border-color: #44744D; }
span { border-color: rgb(68,116,77); }
td.TdClassName
{
border-color: #44744D;
}
.TagClassName
{
border-color: #44744D;
}
</style>