Shades of Killarney #426C43
Tints of Killarney #426C43
RGB
CMYK
RGB Variations
Color information
#426C43 (or 0x426C43) is known color: Killarney. HEX triplet: 42, 6C and 43. RGB value is (66,108,67). Sum of RGB (Red+Green+Blue) = 66+108+67=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #426C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C43 is #BD93BC. Grayscale: #5A5A5A. Windows color (decimal): -12424125 or 4418626. OLE color: 4418626.
HSL color Cylindrical-coordinate representation of color #426C43: hue angle of 121.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426C43 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 108 | 67 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.58 |
| HSL | 121.43º | 0.24% | 0.34% | - |
| HSV(B) | 121.43º | 0.39% | 0.42% | - |
| XYZ | 8.62 | 12.29 | 7.23 | - |
| YUV | 90.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 67 | 0.39 | 0 | 0.38 | 0.58 | 121.43 | 0.24 | 0.34 |
| Hex | 42 | 6C | 43 | 27 | 0 | 26 | 3A | 79 | 18 | 22 |
| Octal | 102 | 154 | 103 | 47 | 0 | 46 | 72 | 171 | 30 | 42 |
| Binary | 1000010 | 1101100 | 1000011 | 100111 | 0 | 100110 | 111010 | 1111001 | 11000 | 100010 |
Color Harmonies of #426C43
Complementary color
Monochromatic Colors of #426C43
Black with #426C43
Text Example
Text Example
White with #426C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C43; }
p { color: rgb(66,108,67); }
H1.HeaderClassName
{
color: #426C43;
}
.AnyTagClassName
{
color: #426C43;
}
</style>
background-color css
<style>
a { background-color: #426C43; }
a { background-color: rgb(66,108,67); }
div.DivClassName
{
background-color: #426C43;
}
.BgClassName
{
background-color: #426C43;
}
</style>
border-color css
<style>
span { border-color: #426C43; }
span { border-color: rgb(66,108,67); }
td.TdClassName
{
border-color: #426C43;
}
.TagClassName
{
border-color: #426C43;
}
</style>