Shades of Killarney #447242
Tints of Killarney #447242
RGB
CMYK
RGB Variations
Color information
#447242 (or 0x447242) is known color: Killarney. HEX triplet: 44, 72 and 42. RGB value is (68,114,66). Sum of RGB (Red+Green+Blue) = 68+114+66=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #447242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447242 is #BB8DBD. Grayscale: #5E5E5E. Windows color (decimal): -12291518 or 4354628. OLE color: 4354628.
HSL color Cylindrical-coordinate representation of color #447242: hue angle of 117.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447242 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 114 | 66 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.55 |
| HSL | 117.5º | 0.27% | 0.35% | - |
| HSV(B) | 117.5º | 0.42% | 0.45% | - |
| XYZ | 9.38 | 13.66 | 7.3 | - |
| YUV | 94.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 66 | 0.40 | 0 | 0.42 | 0.55 | 117.5 | 0.27 | 0.35 |
| Hex | 44 | 72 | 42 | 28 | 0 | 2A | 37 | 76 | 1B | 23 |
| Octal | 104 | 162 | 102 | 50 | 0 | 52 | 67 | 166 | 33 | 43 |
| Binary | 1000100 | 1110010 | 1000010 | 101000 | 0 | 101010 | 110111 | 1110110 | 11011 | 100011 |
Color Harmonies of #447242
Complementary color
Monochromatic Colors of #447242
Black with #447242
Text Example
Text Example
White with #447242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447242; }
p { color: rgb(68,114,66); }
H1.HeaderClassName
{
color: #447242;
}
.AnyTagClassName
{
color: #447242;
}
</style>
background-color css
<style>
a { background-color: #447242; }
a { background-color: rgb(68,114,66); }
div.DivClassName
{
background-color: #447242;
}
.BgClassName
{
background-color: #447242;
}
</style>
border-color css
<style>
span { border-color: #447242; }
span { border-color: rgb(68,114,66); }
td.TdClassName
{
border-color: #447242;
}
.TagClassName
{
border-color: #447242;
}
</style>