Shades of Killarney #4F7A53
Tints of Killarney #4F7A53
RGB
CMYK
RGB Variations
Color information
#4F7A53 (or 0x4F7A53) is known color: Killarney. HEX triplet: 4F, 7A and 53. RGB value is (79,122,83). Sum of RGB (Red+Green+Blue) = 79+122+83=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7A53 is #B085AC. Grayscale: #686868. Windows color (decimal): -11568557 or 5470799. OLE color: 5470799.
HSL color Cylindrical-coordinate representation of color #4F7A53: hue angle of 125.58º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7A53 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 83 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.52 |
| HSL | 125.58º | 0.21% | 0.39% | - |
| HSV(B) | 125.58º | 0.35% | 0.48% | - |
| XYZ | 11.75 | 16.21 | 10.69 | - |
| YUV | 104.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 83 | 0.35 | 0 | 0.32 | 0.52 | 125.58 | 0.21 | 0.39 |
| Hex | 4F | 7A | 53 | 23 | 0 | 20 | 34 | 7E | 15 | 27 |
| Octal | 117 | 172 | 123 | 43 | 0 | 40 | 64 | 176 | 25 | 47 |
| Binary | 1001111 | 1111010 | 1010011 | 100011 | 0 | 100000 | 110100 | 1111110 | 10101 | 100111 |
Color Harmonies of #4F7A53
Complementary color
Monochromatic Colors of #4F7A53
Black with #4F7A53
Text Example
Text Example
White with #4F7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A53; }
p { color: rgb(79,122,83); }
H1.HeaderClassName
{
color: #4F7A53;
}
.AnyTagClassName
{
color: #4F7A53;
}
</style>
background-color css
<style>
a { background-color: #4F7A53; }
a { background-color: rgb(79,122,83); }
div.DivClassName
{
background-color: #4F7A53;
}
.BgClassName
{
background-color: #4F7A53;
}
</style>
border-color css
<style>
span { border-color: #4F7A53; }
span { border-color: rgb(79,122,83); }
td.TdClassName
{
border-color: #4F7A53;
}
.TagClassName
{
border-color: #4F7A53;
}
</style>