Shades of Killarney #478B50
Tints of Killarney #478B50
RGB
CMYK
RGB Variations
Color information
#478B50 (or 0x478B50) is known color: Killarney. HEX triplet: 47, 8B and 50. RGB value is (71,139,80). Sum of RGB (Red+Green+Blue) = 71+139+80=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #478B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B50 is #B874AF. Grayscale: #707070. Windows color (decimal): -12088496 or 5278535. OLE color: 5278535.
HSL color Cylindrical-coordinate representation of color #478B50: hue angle of 127.94º 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 #478B50 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 139 | 80 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.45 |
| HSL | 127.94º | 0.32% | 0.41% | - |
| HSV(B) | 127.94º | 0.49% | 0.55% | - |
| XYZ | 13.28 | 20.38 | 10.82 | - |
| YUV | 111.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 80 | 0.49 | 0 | 0.42 | 0.45 | 127.94 | 0.32 | 0.41 |
| Hex | 47 | 8B | 50 | 31 | 0 | 2A | 2D | 80 | 20 | 29 |
| Octal | 107 | 213 | 120 | 61 | 0 | 52 | 55 | 200 | 40 | 51 |
| Binary | 1000111 | 10001011 | 1010000 | 110001 | 0 | 101010 | 101101 | 10000000 | 100000 | 101001 |
Color Harmonies of #478B50
Complementary color
Monochromatic Colors of #478B50
Black with #478B50
Text Example
Text Example
White with #478B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B50; }
p { color: rgb(71,139,80); }
H1.HeaderClassName
{
color: #478B50;
}
.AnyTagClassName
{
color: #478B50;
}
</style>
background-color css
<style>
a { background-color: #478B50; }
a { background-color: rgb(71,139,80); }
div.DivClassName
{
background-color: #478B50;
}
.BgClassName
{
background-color: #478B50;
}
</style>
border-color css
<style>
span { border-color: #478B50; }
span { border-color: rgb(71,139,80); }
td.TdClassName
{
border-color: #478B50;
}
.TagClassName
{
border-color: #478B50;
}
</style>