Shades of Killarney #44754E
Tints of Killarney #44754E
RGB
CMYK
RGB Variations
Color information
#44754E (or 0x44754E) is known color: Killarney. HEX triplet: 44, 75 and 4E. RGB value is (68,117,78). Sum of RGB (Red+Green+Blue) = 68+117+78=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #44754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44754E is #BB8AB1. Grayscale: #626262. Windows color (decimal): -12290738 or 5141828. OLE color: 5141828.
HSL color Cylindrical-coordinate representation of color #44754E: hue angle of 132.24º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44754E is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 117 | 78 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.54 |
| HSL | 132.24º | 0.26% | 0.36% | - |
| HSV(B) | 132.24º | 0.42% | 0.46% | - |
| XYZ | 10.12 | 14.5 | 9.47 | - |
| YUV | 97.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 78 | 0.42 | 0 | 0.33 | 0.54 | 132.24 | 0.26 | 0.36 |
| Hex | 44 | 75 | 4E | 2A | 0 | 21 | 36 | 84 | 1A | 24 |
| Octal | 104 | 165 | 116 | 52 | 0 | 41 | 66 | 204 | 32 | 44 |
| Binary | 1000100 | 1110101 | 1001110 | 101010 | 0 | 100001 | 110110 | 10000100 | 11010 | 100100 |
Color Harmonies of #44754E
Complementary color
Monochromatic Colors of #44754E
Black with #44754E
Text Example
Text Example
White with #44754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44754E; }
p { color: rgb(68,117,78); }
H1.HeaderClassName
{
color: #44754E;
}
.AnyTagClassName
{
color: #44754E;
}
</style>
background-color css
<style>
a { background-color: #44754E; }
a { background-color: rgb(68,117,78); }
div.DivClassName
{
background-color: #44754E;
}
.BgClassName
{
background-color: #44754E;
}
</style>
border-color css
<style>
span { border-color: #44754E; }
span { border-color: rgb(68,117,78); }
td.TdClassName
{
border-color: #44754E;
}
.TagClassName
{
border-color: #44754E;
}
</style>