Shades of Killarney #426E47
Tints of Killarney #426E47
RGB
CMYK
RGB Variations
Color information
#426E47 (or 0x426E47) is known color: Killarney. HEX triplet: 42, 6E and 47. RGB value is (66,110,71). Sum of RGB (Red+Green+Blue) = 66+110+71=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 110 - color contains mainly: green. Hex color #426E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E47 is #BD91B8. Grayscale: #5C5C5C. Windows color (decimal): -12423609 or 4681282. OLE color: 4681282.
HSL color Cylindrical-coordinate representation of color #426E47: hue angle of 126.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E47 is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 110 | 71 | - |
| CMYK | 0.4 | 0 | 0.35 | 0.57 |
| HSL | 126.82º | 0.25% | 0.35% | - |
| HSV(B) | 126.82º | 0.4% | 0.43% | - |
| XYZ | 8.96 | 12.77 | 7.95 | - |
| YUV | 92.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 71 | 0.4 | 0 | 0.35 | 0.57 | 126.82 | 0.25 | 0.35 |
| Hex | 42 | 6E | 47 | 28 | 0 | 23 | 39 | 7F | 19 | 23 |
| Octal | 102 | 156 | 107 | 50 | 0 | 43 | 71 | 177 | 31 | 43 |
| Binary | 1000010 | 1101110 | 1000111 | 101000 | 0 | 100011 | 111001 | 1111111 | 11001 | 100011 |
Color Harmonies of #426E47
Complementary color
Monochromatic Colors of #426E47
Black with #426E47
Text Example
Text Example
White with #426E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E47; }
p { color: rgb(66,110,71); }
H1.HeaderClassName
{
color: #426E47;
}
.AnyTagClassName
{
color: #426E47;
}
</style>
background-color css
<style>
a { background-color: #426E47; }
a { background-color: rgb(66,110,71); }
div.DivClassName
{
background-color: #426E47;
}
.BgClassName
{
background-color: #426E47;
}
</style>
border-color css
<style>
span { border-color: #426E47; }
span { border-color: rgb(66,110,71); }
td.TdClassName
{
border-color: #426E47;
}
.TagClassName
{
border-color: #426E47;
}
</style>