Shades of Killarney #44844E
Tints of Killarney #44844E
RGB
CMYK
RGB Variations
Color information
#44844E (or 0x44844E) is known color: Killarney. HEX triplet: 44, 84 and 4E. RGB value is (68,132,78). Sum of RGB (Red+Green+Blue) = 68+132+78=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #44844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44844E is #BB7BB1. Grayscale: #6A6A6A. Windows color (decimal): -12286898 or 5145668. OLE color: 5145668.
HSL color Cylindrical-coordinate representation of color #44844E: hue angle of 129.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44844E is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 78 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.48 |
| HSL | 129.38º | 0.32% | 0.39% | - |
| HSV(B) | 129.38º | 0.48% | 0.52% | - |
| XYZ | 12.01 | 18.28 | 10.1 | - |
| YUV | 106.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 78 | 0.48 | 0 | 0.41 | 0.48 | 129.38 | 0.32 | 0.39 |
| Hex | 44 | 84 | 4E | 30 | 0 | 29 | 30 | 81 | 20 | 27 |
| Octal | 104 | 204 | 116 | 60 | 0 | 51 | 60 | 201 | 40 | 47 |
| Binary | 1000100 | 10000100 | 1001110 | 110000 | 0 | 101001 | 110000 | 10000001 | 100000 | 100111 |
Color Harmonies of #44844E
Complementary color
Monochromatic Colors of #44844E
Black with #44844E
Text Example
Text Example
White with #44844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44844E; }
p { color: rgb(68,132,78); }
H1.HeaderClassName
{
color: #44844E;
}
.AnyTagClassName
{
color: #44844E;
}
</style>
background-color css
<style>
a { background-color: #44844E; }
a { background-color: rgb(68,132,78); }
div.DivClassName
{
background-color: #44844E;
}
.BgClassName
{
background-color: #44844E;
}
</style>
border-color css
<style>
span { border-color: #44844E; }
span { border-color: rgb(68,132,78); }
td.TdClassName
{
border-color: #44844E;
}
.TagClassName
{
border-color: #44844E;
}
</style>