Shades of Killarney #478C4E
Tints of Killarney #478C4E
RGB
CMYK
RGB Variations
Color information
#478C4E (or 0x478C4E) is known color: Killarney. HEX triplet: 47, 8C and 4E. RGB value is (71,140,78). Sum of RGB (Red+Green+Blue) = 71+140+78=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #478C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C4E is #B873B1. Grayscale: #707070. Windows color (decimal): -12088242 or 5147719. OLE color: 5147719.
HSL color Cylindrical-coordinate representation of color #478C4E: hue angle of 126.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C4E is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 78 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.45 |
| HSL | 126.09º | 0.33% | 0.41% | - |
| HSV(B) | 126.09º | 0.49% | 0.55% | - |
| XYZ | 13.35 | 20.65 | 10.49 | - |
| YUV | 112.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 78 | 0.49 | 0 | 0.44 | 0.45 | 126.09 | 0.33 | 0.41 |
| Hex | 47 | 8C | 4E | 31 | 0 | 2C | 2D | 7E | 21 | 29 |
| Octal | 107 | 214 | 116 | 61 | 0 | 54 | 55 | 176 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1001110 | 110001 | 0 | 101100 | 101101 | 1111110 | 100001 | 101001 |
Color Harmonies of #478C4E
Complementary color
Monochromatic Colors of #478C4E
Black with #478C4E
Text Example
Text Example
White with #478C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C4E; }
p { color: rgb(71,140,78); }
H1.HeaderClassName
{
color: #478C4E;
}
.AnyTagClassName
{
color: #478C4E;
}
</style>
background-color css
<style>
a { background-color: #478C4E; }
a { background-color: rgb(71,140,78); }
div.DivClassName
{
background-color: #478C4E;
}
.BgClassName
{
background-color: #478C4E;
}
</style>
border-color css
<style>
span { border-color: #478C4E; }
span { border-color: rgb(71,140,78); }
td.TdClassName
{
border-color: #478C4E;
}
.TagClassName
{
border-color: #478C4E;
}
</style>