Shades of Killarney #478B4E
Tints of Killarney #478B4E
RGB
CMYK
RGB Variations
Color information
#478B4E (or 0x478B4E) is known color: Killarney. HEX triplet: 47, 8B and 4E. RGB value is (71,139,78). Sum of RGB (Red+Green+Blue) = 71+139+78=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #478B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B4E is #B874B1. Grayscale: #6F6F6F. Windows color (decimal): -12088498 or 5147463. OLE color: 5147463.
HSL color Cylindrical-coordinate representation of color #478B4E: hue angle of 126.18º degrees, saturation: 0.32, 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 #478B4E is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 139 | 78 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.45 |
| HSL | 126.18º | 0.32% | 0.41% | - |
| HSV(B) | 126.18º | 0.49% | 0.55% | - |
| XYZ | 13.21 | 20.35 | 10.44 | - |
| YUV | 111.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 78 | 0.49 | 0 | 0.44 | 0.45 | 126.18 | 0.32 | 0.41 |
| Hex | 47 | 8B | 4E | 31 | 0 | 2C | 2D | 7E | 20 | 29 |
| Octal | 107 | 213 | 116 | 61 | 0 | 54 | 55 | 176 | 40 | 51 |
| Binary | 1000111 | 10001011 | 1001110 | 110001 | 0 | 101100 | 101101 | 1111110 | 100000 | 101001 |
Color Harmonies of #478B4E
Complementary color
Monochromatic Colors of #478B4E
Black with #478B4E
Text Example
Text Example
White with #478B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B4E; }
p { color: rgb(71,139,78); }
H1.HeaderClassName
{
color: #478B4E;
}
.AnyTagClassName
{
color: #478B4E;
}
</style>
background-color css
<style>
a { background-color: #478B4E; }
a { background-color: rgb(71,139,78); }
div.DivClassName
{
background-color: #478B4E;
}
.BgClassName
{
background-color: #478B4E;
}
</style>
border-color css
<style>
span { border-color: #478B4E; }
span { border-color: rgb(71,139,78); }
td.TdClassName
{
border-color: #478B4E;
}
.TagClassName
{
border-color: #478B4E;
}
</style>