Shades of Killarney #44774A
Tints of Killarney #44774A
RGB
CMYK
RGB Variations
Color information
#44774A (or 0x44774A) is known color: Killarney. HEX triplet: 44, 77 and 4A. RGB value is (68,119,74). Sum of RGB (Red+Green+Blue) = 68+119+74=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #44774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44774A is #BB88B5. Grayscale: #626262. Windows color (decimal): -12290230 or 4880196. OLE color: 4880196.
HSL color Cylindrical-coordinate representation of color #44774A: hue angle of 127.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #44774A is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 119 | 74 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.53 |
| HSL | 127.06º | 0.27% | 0.37% | - |
| HSV(B) | 127.06º | 0.43% | 0.47% | - |
| XYZ | 10.22 | 14.92 | 8.82 | - |
| YUV | 98.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 74 | 0.43 | 0 | 0.38 | 0.53 | 127.06 | 0.27 | 0.37 |
| Hex | 44 | 77 | 4A | 2B | 0 | 26 | 35 | 7F | 1B | 25 |
| Octal | 104 | 167 | 112 | 53 | 0 | 46 | 65 | 177 | 33 | 45 |
| Binary | 1000100 | 1110111 | 1001010 | 101011 | 0 | 100110 | 110101 | 1111111 | 11011 | 100101 |
Color Harmonies of #44774A
Complementary color
Monochromatic Colors of #44774A
Black with #44774A
Text Example
Text Example
White with #44774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44774A; }
p { color: rgb(68,119,74); }
H1.HeaderClassName
{
color: #44774A;
}
.AnyTagClassName
{
color: #44774A;
}
</style>
background-color css
<style>
a { background-color: #44774A; }
a { background-color: rgb(68,119,74); }
div.DivClassName
{
background-color: #44774A;
}
.BgClassName
{
background-color: #44774A;
}
</style>
border-color css
<style>
span { border-color: #44774A; }
span { border-color: rgb(68,119,74); }
td.TdClassName
{
border-color: #44774A;
}
.TagClassName
{
border-color: #44774A;
}
</style>