Shades of Killarney #44884B
Tints of Killarney #44884B
RGB
CMYK
RGB Variations
Color information
#44884B (or 0x44884B) is known color: Killarney. HEX triplet: 44, 88 and 4B. RGB value is (68,136,75). Sum of RGB (Red+Green+Blue) = 68+136+75=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #44884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44884B is #BB77B4. Grayscale: #6C6C6C. Windows color (decimal): -12285877 or 4950084. OLE color: 4950084.
HSL color Cylindrical-coordinate representation of color #44884B: hue angle of 126.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44884B is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 136 | 75 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.47 |
| HSL | 126.18º | 0.33% | 0.4% | - |
| HSV(B) | 126.18º | 0.5% | 0.53% | - |
| XYZ | 12.46 | 19.35 | 9.73 | - |
| YUV | 108.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 75 | 0.50 | 0 | 0.45 | 0.47 | 126.18 | 0.33 | 0.4 |
| Hex | 44 | 88 | 4B | 32 | 0 | 2D | 2F | 7E | 21 | 28 |
| Octal | 104 | 210 | 113 | 62 | 0 | 55 | 57 | 176 | 41 | 50 |
| Binary | 1000100 | 10001000 | 1001011 | 110010 | 0 | 101101 | 101111 | 1111110 | 100001 | 101000 |
Color Harmonies of #44884B
Complementary color
Monochromatic Colors of #44884B
Black with #44884B
Text Example
Text Example
White with #44884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44884B; }
p { color: rgb(68,136,75); }
H1.HeaderClassName
{
color: #44884B;
}
.AnyTagClassName
{
color: #44884B;
}
</style>
background-color css
<style>
a { background-color: #44884B; }
a { background-color: rgb(68,136,75); }
div.DivClassName
{
background-color: #44884B;
}
.BgClassName
{
background-color: #44884B;
}
</style>
border-color css
<style>
span { border-color: #44884B; }
span { border-color: rgb(68,136,75); }
td.TdClassName
{
border-color: #44884B;
}
.TagClassName
{
border-color: #44884B;
}
</style>