Shades of Killarney #428552
Tints of Killarney #428552
RGB
CMYK
RGB Variations
Color information
#428552 (or 0x428552) is known color: Killarney. HEX triplet: 42, 85 and 52. RGB value is (66,133,82). Sum of RGB (Red+Green+Blue) = 66+133+82=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #428552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428552 is #BD7AAD. Grayscale: #6B6B6B. Windows color (decimal): -12417710 or 5408066. OLE color: 5408066.
HSL color Cylindrical-coordinate representation of color #428552: hue angle of 134.33º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428552 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 82 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.48 |
| HSL | 134.33º | 0.34% | 0.39% | - |
| HSV(B) | 134.33º | 0.5% | 0.52% | - |
| XYZ | 12.16 | 18.54 | 10.92 | - |
| YUV | 107.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 82 | 0.50 | 0 | 0.38 | 0.48 | 134.33 | 0.34 | 0.39 |
| Hex | 42 | 85 | 52 | 32 | 0 | 26 | 30 | 86 | 22 | 27 |
| Octal | 102 | 205 | 122 | 62 | 0 | 46 | 60 | 206 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1010010 | 110010 | 0 | 100110 | 110000 | 10000110 | 100010 | 100111 |
Color Harmonies of #428552
Complementary color
Monochromatic Colors of #428552
Black with #428552
Text Example
Text Example
White with #428552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428552; }
p { color: rgb(66,133,82); }
H1.HeaderClassName
{
color: #428552;
}
.AnyTagClassName
{
color: #428552;
}
</style>
background-color css
<style>
a { background-color: #428552; }
a { background-color: rgb(66,133,82); }
div.DivClassName
{
background-color: #428552;
}
.BgClassName
{
background-color: #428552;
}
</style>
border-color css
<style>
span { border-color: #428552; }
span { border-color: rgb(66,133,82); }
td.TdClassName
{
border-color: #428552;
}
.TagClassName
{
border-color: #428552;
}
</style>