Shades of Killarney #478949
Tints of Killarney #478949
RGB
CMYK
RGB Variations
Color information
#478949 (or 0x478949) is known color: Killarney. HEX triplet: 47, 89 and 49. RGB value is (71,137,73). Sum of RGB (Red+Green+Blue) = 71+137+73=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #478949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478949 is #B876B6. Grayscale: #6E6E6E. Windows color (decimal): -12089015 or 4819271. OLE color: 4819271.
HSL color Cylindrical-coordinate representation of color #478949: hue angle of 121.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478949 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 73 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.46 |
| HSL | 121.82º | 0.32% | 0.41% | - |
| HSV(B) | 121.82º | 0.48% | 0.54% | - |
| XYZ | 12.75 | 19.71 | 9.44 | - |
| YUV | 109.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 73 | 0.48 | 0 | 0.47 | 0.46 | 121.82 | 0.32 | 0.41 |
| Hex | 47 | 89 | 49 | 30 | 0 | 2F | 2E | 7A | 20 | 29 |
| Octal | 107 | 211 | 111 | 60 | 0 | 57 | 56 | 172 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1001001 | 110000 | 0 | 101111 | 101110 | 1111010 | 100000 | 101001 |
Color Harmonies of #478949
Complementary color
Monochromatic Colors of #478949
Black with #478949
Text Example
Text Example
White with #478949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478949; }
p { color: rgb(71,137,73); }
H1.HeaderClassName
{
color: #478949;
}
.AnyTagClassName
{
color: #478949;
}
</style>
background-color css
<style>
a { background-color: #478949; }
a { background-color: rgb(71,137,73); }
div.DivClassName
{
background-color: #478949;
}
.BgClassName
{
background-color: #478949;
}
</style>
border-color css
<style>
span { border-color: #478949; }
span { border-color: rgb(71,137,73); }
td.TdClassName
{
border-color: #478949;
}
.TagClassName
{
border-color: #478949;
}
</style>