Shades of Killarney #446D4F
Tints of Killarney #446D4F
RGB
CMYK
RGB Variations
Color information
#446D4F (or 0x446D4F) is known color: Killarney. HEX triplet: 44, 6D and 4F. RGB value is (68,109,79). Sum of RGB (Red+Green+Blue) = 68+109+79=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #446D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D4F is #BB92B0. Grayscale: #5D5D5D. Windows color (decimal): -12292785 or 5205316. OLE color: 5205316.
HSL color Cylindrical-coordinate representation of color #446D4F: hue angle of 136.1º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446D4F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 79 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.57 |
| HSL | 136.1º | 0.23% | 0.35% | - |
| HSV(B) | 136.1º | 0.38% | 0.43% | - |
| XYZ | 9.26 | 12.73 | 9.37 | - |
| YUV | 93.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 79 | 0.38 | 0 | 0.28 | 0.57 | 136.1 | 0.23 | 0.35 |
| Hex | 44 | 6D | 4F | 26 | 0 | 1C | 39 | 88 | 17 | 23 |
| Octal | 104 | 155 | 117 | 46 | 0 | 34 | 71 | 210 | 27 | 43 |
| Binary | 1000100 | 1101101 | 1001111 | 100110 | 0 | 11100 | 111001 | 10001000 | 10111 | 100011 |
Color Harmonies of #446D4F
Complementary color
Monochromatic Colors of #446D4F
Black with #446D4F
Text Example
Text Example
White with #446D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D4F; }
p { color: rgb(68,109,79); }
H1.HeaderClassName
{
color: #446D4F;
}
.AnyTagClassName
{
color: #446D4F;
}
</style>
background-color css
<style>
a { background-color: #446D4F; }
a { background-color: rgb(68,109,79); }
div.DivClassName
{
background-color: #446D4F;
}
.BgClassName
{
background-color: #446D4F;
}
</style>
border-color css
<style>
span { border-color: #446D4F; }
span { border-color: rgb(68,109,79); }
td.TdClassName
{
border-color: #446D4F;
}
.TagClassName
{
border-color: #446D4F;
}
</style>