Shades of Killarney #428748
Tints of Killarney #428748
RGB
CMYK
RGB Variations
Color information
#428748 (or 0x428748) is known color: Killarney. HEX triplet: 42, 87 and 48. RGB value is (66,135,72). Sum of RGB (Red+Green+Blue) = 66+135+72=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #428748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428748 is #BD78B7. Grayscale: #6B6B6B. Windows color (decimal): -12417208 or 4753218. OLE color: 4753218.
HSL color Cylindrical-coordinate representation of color #428748: hue angle of 125.22º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428748 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 72 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.47 |
| HSL | 125.22º | 0.34% | 0.39% | - |
| HSV(B) | 125.22º | 0.51% | 0.53% | - |
| XYZ | 12.08 | 18.95 | 9.15 | - |
| YUV | 107.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 72 | 0.51 | 0 | 0.47 | 0.47 | 125.22 | 0.34 | 0.39 |
| Hex | 42 | 87 | 48 | 33 | 0 | 2F | 2F | 7D | 22 | 27 |
| Octal | 102 | 207 | 110 | 63 | 0 | 57 | 57 | 175 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1001000 | 110011 | 0 | 101111 | 101111 | 1111101 | 100010 | 100111 |
Color Harmonies of #428748
Complementary color
Monochromatic Colors of #428748
Black with #428748
Text Example
Text Example
White with #428748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428748; }
p { color: rgb(66,135,72); }
H1.HeaderClassName
{
color: #428748;
}
.AnyTagClassName
{
color: #428748;
}
</style>
background-color css
<style>
a { background-color: #428748; }
a { background-color: rgb(66,135,72); }
div.DivClassName
{
background-color: #428748;
}
.BgClassName
{
background-color: #428748;
}
</style>
border-color css
<style>
span { border-color: #428748; }
span { border-color: rgb(66,135,72); }
td.TdClassName
{
border-color: #428748;
}
.TagClassName
{
border-color: #428748;
}
</style>