Shades of Killarney #426D47
Tints of Killarney #426D47
RGB
CMYK
RGB Variations
Color information
#426D47 (or 0x426D47) is known color: Killarney. HEX triplet: 42, 6D and 47. RGB value is (66,109,71). Sum of RGB (Red+Green+Blue) = 66+109+71=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #426D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426D47 is #BD92B8. Grayscale: #5B5B5B. Windows color (decimal): -12423865 or 4681026. OLE color: 4681026.
HSL color Cylindrical-coordinate representation of color #426D47: hue angle of 126.98º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D47 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 109 | 71 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.57 |
| HSL | 126.98º | 0.25% | 0.34% | - |
| HSV(B) | 126.98º | 0.39% | 0.43% | - |
| XYZ | 8.85 | 12.55 | 7.92 | - |
| YUV | 91.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 71 | 0.39 | 0 | 0.35 | 0.57 | 126.98 | 0.25 | 0.34 |
| Hex | 42 | 6D | 47 | 27 | 0 | 23 | 39 | 7F | 19 | 22 |
| Octal | 102 | 155 | 107 | 47 | 0 | 43 | 71 | 177 | 31 | 42 |
| Binary | 1000010 | 1101101 | 1000111 | 100111 | 0 | 100011 | 111001 | 1111111 | 11001 | 100010 |
Color Harmonies of #426D47
Complementary color
Monochromatic Colors of #426D47
Black with #426D47
Text Example
Text Example
White with #426D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426D47; }
p { color: rgb(66,109,71); }
H1.HeaderClassName
{
color: #426D47;
}
.AnyTagClassName
{
color: #426D47;
}
</style>
background-color css
<style>
a { background-color: #426D47; }
a { background-color: rgb(66,109,71); }
div.DivClassName
{
background-color: #426D47;
}
.BgClassName
{
background-color: #426D47;
}
</style>
border-color css
<style>
span { border-color: #426D47; }
span { border-color: rgb(66,109,71); }
td.TdClassName
{
border-color: #426D47;
}
.TagClassName
{
border-color: #426D47;
}
</style>