Shades of Killarney #446A48
Tints of Killarney #446A48
RGB
CMYK
RGB Variations
Color information
#446A48 (or 0x446A48) is known color: Killarney. HEX triplet: 44, 6A and 48. RGB value is (68,106,72). Sum of RGB (Red+Green+Blue) = 68+106+72=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #446A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A48 is #BB95B7. Grayscale: #5A5A5A. Windows color (decimal): -12293560 or 4745796. OLE color: 4745796.
HSL color Cylindrical-coordinate representation of color #446A48: hue angle of 126.32º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446A48 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 72 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.58 |
| HSL | 126.32º | 0.22% | 0.34% | - |
| HSV(B) | 126.32º | 0.36% | 0.42% | - |
| XYZ | 8.71 | 12 | 7.99 | - |
| YUV | 90.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 72 | 0.36 | 0 | 0.32 | 0.58 | 126.32 | 0.22 | 0.34 |
| Hex | 44 | 6A | 48 | 24 | 0 | 20 | 3A | 7E | 16 | 22 |
| Octal | 104 | 152 | 110 | 44 | 0 | 40 | 72 | 176 | 26 | 42 |
| Binary | 1000100 | 1101010 | 1001000 | 100100 | 0 | 100000 | 111010 | 1111110 | 10110 | 100010 |
Color Harmonies of #446A48
Complementary color
Monochromatic Colors of #446A48
Black with #446A48
Text Example
Text Example
White with #446A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A48; }
p { color: rgb(68,106,72); }
H1.HeaderClassName
{
color: #446A48;
}
.AnyTagClassName
{
color: #446A48;
}
</style>
background-color css
<style>
a { background-color: #446A48; }
a { background-color: rgb(68,106,72); }
div.DivClassName
{
background-color: #446A48;
}
.BgClassName
{
background-color: #446A48;
}
</style>
border-color css
<style>
span { border-color: #446A48; }
span { border-color: rgb(68,106,72); }
td.TdClassName
{
border-color: #446A48;
}
.TagClassName
{
border-color: #446A48;
}
</style>