Shades of Killarney #426D43
Tints of Killarney #426D43
RGB
CMYK
RGB Variations
Color information
#426D43 (or 0x426D43) is known color: Killarney. HEX triplet: 42, 6D and 43. RGB value is (66,109,67). Sum of RGB (Red+Green+Blue) = 66+109+67=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #426D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426D43 is #BD92BC. Grayscale: #5B5B5B. Windows color (decimal): -12423869 or 4418882. OLE color: 4418882.
HSL color Cylindrical-coordinate representation of color #426D43: hue angle of 121.4º 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 #426D43 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 109 | 67 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.57 |
| HSL | 121.4º | 0.25% | 0.34% | - |
| HSV(B) | 121.4º | 0.39% | 0.43% | - |
| XYZ | 8.73 | 12.5 | 7.26 | - |
| YUV | 91.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 67 | 0.39 | 0 | 0.39 | 0.57 | 121.4 | 0.25 | 0.34 |
| Hex | 42 | 6D | 43 | 27 | 0 | 27 | 39 | 79 | 19 | 22 |
| Octal | 102 | 155 | 103 | 47 | 0 | 47 | 71 | 171 | 31 | 42 |
| Binary | 1000010 | 1101101 | 1000011 | 100111 | 0 | 100111 | 111001 | 1111001 | 11001 | 100010 |
Color Harmonies of #426D43
Complementary color
Monochromatic Colors of #426D43
Black with #426D43
Text Example
Text Example
White with #426D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426D43; }
p { color: rgb(66,109,67); }
H1.HeaderClassName
{
color: #426D43;
}
.AnyTagClassName
{
color: #426D43;
}
</style>
background-color css
<style>
a { background-color: #426D43; }
a { background-color: rgb(66,109,67); }
div.DivClassName
{
background-color: #426D43;
}
.BgClassName
{
background-color: #426D43;
}
</style>
border-color css
<style>
span { border-color: #426D43; }
span { border-color: rgb(66,109,67); }
td.TdClassName
{
border-color: #426D43;
}
.TagClassName
{
border-color: #426D43;
}
</style>