Shades of Killarney #426C4D
Tints of Killarney #426C4D
RGB
CMYK
RGB Variations
Color information
#426C4D (or 0x426C4D) is known color: Killarney. HEX triplet: 42, 6C and 4D. RGB value is (66,108,77). Sum of RGB (Red+Green+Blue) = 66+108+77=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #426C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C4D is #BD93B2. Grayscale: #5B5B5B. Windows color (decimal): -12424115 or 5073986. OLE color: 5073986.
HSL color Cylindrical-coordinate representation of color #426C4D: hue angle of 135.71º 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 #426C4D is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 108 | 77 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.58 |
| HSL | 135.71º | 0.24% | 0.34% | - |
| HSV(B) | 135.71º | 0.39% | 0.42% | - |
| XYZ | 8.95 | 12.42 | 8.95 | - |
| YUV | 91.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 77 | 0.39 | 0 | 0.29 | 0.58 | 135.71 | 0.24 | 0.34 |
| Hex | 42 | 6C | 4D | 27 | 0 | 1D | 3A | 88 | 18 | 22 |
| Octal | 102 | 154 | 115 | 47 | 0 | 35 | 72 | 210 | 30 | 42 |
| Binary | 1000010 | 1101100 | 1001101 | 100111 | 0 | 11101 | 111010 | 10001000 | 11000 | 100010 |
Color Harmonies of #426C4D
Complementary color
Monochromatic Colors of #426C4D
Black with #426C4D
Text Example
Text Example
White with #426C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C4D; }
p { color: rgb(66,108,77); }
H1.HeaderClassName
{
color: #426C4D;
}
.AnyTagClassName
{
color: #426C4D;
}
</style>
background-color css
<style>
a { background-color: #426C4D; }
a { background-color: rgb(66,108,77); }
div.DivClassName
{
background-color: #426C4D;
}
.BgClassName
{
background-color: #426C4D;
}
</style>
border-color css
<style>
span { border-color: #426C4D; }
span { border-color: rgb(66,108,77); }
td.TdClassName
{
border-color: #426C4D;
}
.TagClassName
{
border-color: #426C4D;
}
</style>