Shades of Killarney #428443
Tints of Killarney #428443
RGB
CMYK
RGB Variations
Color information
#428443 (or 0x428443) is known color: Killarney. HEX triplet: 42, 84 and 43. RGB value is (66,132,67). Sum of RGB (Red+Green+Blue) = 66+132+67=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #428443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428443 is #BD7BBC. Grayscale: #696969. Windows color (decimal): -12417981 or 4424770. OLE color: 4424770.
HSL color Cylindrical-coordinate representation of color #428443: hue angle of 120.91º degrees, saturation: 0.33, 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 #428443 is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 67 | - |
| CMYK | 0.5 | 0 | 0.49 | 0.48 |
| HSL | 120.91º | 0.33% | 0.39% | - |
| HSV(B) | 120.91º | 0.5% | 0.52% | - |
| XYZ | 11.51 | 18.07 | 8.19 | - |
| YUV | 104.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 67 | 0.5 | 0 | 0.49 | 0.48 | 120.91 | 0.33 | 0.39 |
| Hex | 42 | 84 | 43 | 32 | 0 | 31 | 30 | 79 | 21 | 27 |
| Octal | 102 | 204 | 103 | 62 | 0 | 61 | 60 | 171 | 41 | 47 |
| Binary | 1000010 | 10000100 | 1000011 | 110010 | 0 | 110001 | 110000 | 1111001 | 100001 | 100111 |
Color Harmonies of #428443
Complementary color
Monochromatic Colors of #428443
Black with #428443
Text Example
Text Example
White with #428443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428443; }
p { color: rgb(66,132,67); }
H1.HeaderClassName
{
color: #428443;
}
.AnyTagClassName
{
color: #428443;
}
</style>
background-color css
<style>
a { background-color: #428443; }
a { background-color: rgb(66,132,67); }
div.DivClassName
{
background-color: #428443;
}
.BgClassName
{
background-color: #428443;
}
</style>
border-color css
<style>
span { border-color: #428443; }
span { border-color: rgb(66,132,67); }
td.TdClassName
{
border-color: #428443;
}
.TagClassName
{
border-color: #428443;
}
</style>