Shades of Killarney #428051
Tints of Killarney #428051
RGB
CMYK
RGB Variations
Color information
#428051 (or 0x428051) is known color: Killarney. HEX triplet: 42, 80 and 51. RGB value is (66,128,81). Sum of RGB (Red+Green+Blue) = 66+128+81=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #428051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428051 is #BD7FAE. Grayscale: #686868. Windows color (decimal): -12418991 or 5341250. OLE color: 5341250.
HSL color Cylindrical-coordinate representation of color #428051: hue angle of 134.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428051 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 128 | 81 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.50 |
| HSL | 134.52º | 0.32% | 0.38% | - |
| HSV(B) | 134.52º | 0.48% | 0.5% | - |
| XYZ | 11.45 | 17.19 | 10.5 | - |
| YUV | 104.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 81 | 0.48 | 0 | 0.37 | 0.50 | 134.52 | 0.32 | 0.38 |
| Hex | 42 | 80 | 51 | 30 | 0 | 25 | 32 | 87 | 20 | 26 |
| Octal | 102 | 200 | 121 | 60 | 0 | 45 | 62 | 207 | 40 | 46 |
| Binary | 1000010 | 10000000 | 1010001 | 110000 | 0 | 100101 | 110010 | 10000111 | 100000 | 100110 |
Color Harmonies of #428051
Complementary color
Monochromatic Colors of #428051
Black with #428051
Text Example
Text Example
White with #428051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428051; }
p { color: rgb(66,128,81); }
H1.HeaderClassName
{
color: #428051;
}
.AnyTagClassName
{
color: #428051;
}
</style>
background-color css
<style>
a { background-color: #428051; }
a { background-color: rgb(66,128,81); }
div.DivClassName
{
background-color: #428051;
}
.BgClassName
{
background-color: #428051;
}
</style>
border-color css
<style>
span { border-color: #428051; }
span { border-color: rgb(66,128,81); }
td.TdClassName
{
border-color: #428051;
}
.TagClassName
{
border-color: #428051;
}
</style>