Shades of Killarney #4F814D
Tints of Killarney #4F814D
RGB
CMYK
RGB Variations
Color information
#4F814D (or 0x4F814D) is known color: Killarney. HEX triplet: 4F, 81 and 4D. RGB value is (79,129,77). Sum of RGB (Red+Green+Blue) = 79+129+77=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #4F814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F814D is #B07EB2. Grayscale: #6C6C6C. Windows color (decimal): -11566771 or 5079375. OLE color: 5079375.
HSL color Cylindrical-coordinate representation of color #4F814D: hue angle of 117.69º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F814D is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 129 | 77 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.49 |
| HSL | 117.69º | 0.25% | 0.4% | - |
| HSV(B) | 117.69º | 0.4% | 0.51% | - |
| XYZ | 12.41 | 17.9 | 9.82 | - |
| YUV | 108.12 | 110.44 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 129 | 77 | 0.39 | 0 | 0.40 | 0.49 | 117.69 | 0.25 | 0.4 |
| Hex | 4F | 81 | 4D | 27 | 0 | 28 | 31 | 76 | 19 | 28 |
| Octal | 117 | 201 | 115 | 47 | 0 | 50 | 61 | 166 | 31 | 50 |
| Binary | 1001111 | 10000001 | 1001101 | 100111 | 0 | 101000 | 110001 | 1110110 | 11001 | 101000 |
Color Harmonies of #4F814D
Complementary color
Monochromatic Colors of #4F814D
Black with #4F814D
Text Example
Text Example
White with #4F814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F814D; }
p { color: rgb(79,129,77); }
H1.HeaderClassName
{
color: #4F814D;
}
.AnyTagClassName
{
color: #4F814D;
}
</style>
background-color css
<style>
a { background-color: #4F814D; }
a { background-color: rgb(79,129,77); }
div.DivClassName
{
background-color: #4F814D;
}
.BgClassName
{
background-color: #4F814D;
}
</style>
border-color css
<style>
span { border-color: #4F814D; }
span { border-color: rgb(79,129,77); }
td.TdClassName
{
border-color: #4F814D;
}
.TagClassName
{
border-color: #4F814D;
}
</style>