Shades of Killarney #44864E
Tints of Killarney #44864E
RGB
CMYK
RGB Variations
Color information
#44864E (or 0x44864E) is known color: Killarney. HEX triplet: 44, 86 and 4E. RGB value is (68,134,78). Sum of RGB (Red+Green+Blue) = 68+134+78=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #44864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44864E is #BB79B1. Grayscale: #6C6C6C. Windows color (decimal): -12286386 or 5146180. OLE color: 5146180.
HSL color Cylindrical-coordinate representation of color #44864E: hue angle of 129.09º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44864E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 78 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.47 |
| HSL | 129.09º | 0.33% | 0.4% | - |
| HSV(B) | 129.09º | 0.49% | 0.53% | - |
| XYZ | 12.28 | 18.83 | 10.19 | - |
| YUV | 107.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 78 | 0.49 | 0 | 0.42 | 0.47 | 129.09 | 0.33 | 0.4 |
| Hex | 44 | 86 | 4E | 31 | 0 | 2A | 2F | 81 | 21 | 28 |
| Octal | 104 | 206 | 116 | 61 | 0 | 52 | 57 | 201 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1001110 | 110001 | 0 | 101010 | 101111 | 10000001 | 100001 | 101000 |
Color Harmonies of #44864E
Complementary color
Monochromatic Colors of #44864E
Black with #44864E
Text Example
Text Example
White with #44864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44864E; }
p { color: rgb(68,134,78); }
H1.HeaderClassName
{
color: #44864E;
}
.AnyTagClassName
{
color: #44864E;
}
</style>
background-color css
<style>
a { background-color: #44864E; }
a { background-color: rgb(68,134,78); }
div.DivClassName
{
background-color: #44864E;
}
.BgClassName
{
background-color: #44864E;
}
</style>
border-color css
<style>
span { border-color: #44864E; }
span { border-color: rgb(68,134,78); }
td.TdClassName
{
border-color: #44864E;
}
.TagClassName
{
border-color: #44864E;
}
</style>