Shades of Killarney #478C4A
Tints of Killarney #478C4A
RGB
CMYK
RGB Variations
Color information
#478C4A (or 0x478C4A) is known color: Killarney. HEX triplet: 47, 8C and 4A. RGB value is (71,140,74). Sum of RGB (Red+Green+Blue) = 71+140+74=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #478C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478C4A is #B873B5. Grayscale: #707070. Windows color (decimal): -12088246 or 4885575. OLE color: 4885575.
HSL color Cylindrical-coordinate representation of color #478C4A: hue angle of 122.61º 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 #478C4A is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 74 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.45 |
| HSL | 122.61º | 0.33% | 0.41% | - |
| HSV(B) | 122.61º | 0.49% | 0.55% | - |
| XYZ | 13.21 | 20.59 | 9.76 | - |
| YUV | 111.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 74 | 0.49 | 0 | 0.47 | 0.45 | 122.61 | 0.33 | 0.41 |
| Hex | 47 | 8C | 4A | 31 | 0 | 2F | 2D | 7B | 21 | 29 |
| Octal | 107 | 214 | 112 | 61 | 0 | 57 | 55 | 173 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1001010 | 110001 | 0 | 101111 | 101101 | 1111011 | 100001 | 101001 |
Color Harmonies of #478C4A
Complementary color
Monochromatic Colors of #478C4A
Black with #478C4A
Text Example
Text Example
White with #478C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C4A; }
p { color: rgb(71,140,74); }
H1.HeaderClassName
{
color: #478C4A;
}
.AnyTagClassName
{
color: #478C4A;
}
</style>
background-color css
<style>
a { background-color: #478C4A; }
a { background-color: rgb(71,140,74); }
div.DivClassName
{
background-color: #478C4A;
}
.BgClassName
{
background-color: #478C4A;
}
</style>
border-color css
<style>
span { border-color: #478C4A; }
span { border-color: rgb(71,140,74); }
td.TdClassName
{
border-color: #478C4A;
}
.TagClassName
{
border-color: #478C4A;
}
</style>