Shades of Killarney #427A49
Tints of Killarney #427A49
RGB
CMYK
RGB Variations
Color information
#427A49 (or 0x427A49) is known color: Killarney. HEX triplet: 42, 7A and 49. RGB value is (66,122,73). Sum of RGB (Red+Green+Blue) = 66+122+73=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #427A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A49 is #BD85B6. Grayscale: #636363. Windows color (decimal): -12420535 or 4815426. OLE color: 4815426.
HSL color Cylindrical-coordinate representation of color #427A49: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A49 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 73 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.52 |
| HSL | 127.5º | 0.3% | 0.37% | - |
| HSV(B) | 127.5º | 0.46% | 0.48% | - |
| XYZ | 10.41 | 15.56 | 8.76 | - |
| YUV | 99.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 73 | 0.46 | 0 | 0.40 | 0.52 | 127.5 | 0.3 | 0.37 |
| Hex | 42 | 7A | 49 | 2E | 0 | 28 | 34 | 80 | 1E | 25 |
| Octal | 102 | 172 | 111 | 56 | 0 | 50 | 64 | 200 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1001001 | 101110 | 0 | 101000 | 110100 | 10000000 | 11110 | 100101 |
Color Harmonies of #427A49
Complementary color
Monochromatic Colors of #427A49
Black with #427A49
Text Example
Text Example
White with #427A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A49; }
p { color: rgb(66,122,73); }
H1.HeaderClassName
{
color: #427A49;
}
.AnyTagClassName
{
color: #427A49;
}
</style>
background-color css
<style>
a { background-color: #427A49; }
a { background-color: rgb(66,122,73); }
div.DivClassName
{
background-color: #427A49;
}
.BgClassName
{
background-color: #427A49;
}
</style>
border-color css
<style>
span { border-color: #427A49; }
span { border-color: rgb(66,122,73); }
td.TdClassName
{
border-color: #427A49;
}
.TagClassName
{
border-color: #427A49;
}
</style>