Shades of Killarney #44734A
Tints of Killarney #44734A
RGB
CMYK
RGB Variations
Color information
#44734A (or 0x44734A) is known color: Killarney. HEX triplet: 44, 73 and 4A. RGB value is (68,115,74). Sum of RGB (Red+Green+Blue) = 68+115+74=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #44734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44734A is #BB8CB5. Grayscale: #606060. Windows color (decimal): -12291254 or 4879172. OLE color: 4879172.
HSL color Cylindrical-coordinate representation of color #44734A: hue angle of 127.66º 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 #44734A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 115 | 74 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.55 |
| HSL | 127.66º | 0.26% | 0.36% | - |
| HSV(B) | 127.66º | 0.41% | 0.45% | - |
| XYZ | 9.75 | 13.98 | 8.66 | - |
| YUV | 96.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 74 | 0.41 | 0 | 0.36 | 0.55 | 127.66 | 0.26 | 0.36 |
| Hex | 44 | 73 | 4A | 29 | 0 | 24 | 37 | 80 | 1A | 24 |
| Octal | 104 | 163 | 112 | 51 | 0 | 44 | 67 | 200 | 32 | 44 |
| Binary | 1000100 | 1110011 | 1001010 | 101001 | 0 | 100100 | 110111 | 10000000 | 11010 | 100100 |
Color Harmonies of #44734A
Complementary color
Monochromatic Colors of #44734A
Black with #44734A
Text Example
Text Example
White with #44734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44734A; }
p { color: rgb(68,115,74); }
H1.HeaderClassName
{
color: #44734A;
}
.AnyTagClassName
{
color: #44734A;
}
</style>
background-color css
<style>
a { background-color: #44734A; }
a { background-color: rgb(68,115,74); }
div.DivClassName
{
background-color: #44734A;
}
.BgClassName
{
background-color: #44734A;
}
</style>
border-color css
<style>
span { border-color: #44734A; }
span { border-color: rgb(68,115,74); }
td.TdClassName
{
border-color: #44734A;
}
.TagClassName
{
border-color: #44734A;
}
</style>