Shades of Killarney #4F7254
Tints of Killarney #4F7254
RGB
CMYK
RGB Variations
Color information
#4F7254 (or 0x4F7254) is known color: Killarney. HEX triplet: 4F, 72 and 54. RGB value is (79,114,84). Sum of RGB (Red+Green+Blue) = 79+114+84=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7254 is #B08DAB. Grayscale: #646464. Windows color (decimal): -11570604 or 5534287. OLE color: 5534287.
HSL color Cylindrical-coordinate representation of color #4F7254: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7254 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 84 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.55 |
| HSL | 128.57º | 0.18% | 0.38% | - |
| HSV(B) | 128.57º | 0.31% | 0.45% | - |
| XYZ | 10.84 | 14.34 | 10.58 | - |
| YUV | 100.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 84 | 0.31 | 0 | 0.26 | 0.55 | 128.57 | 0.18 | 0.38 |
| Hex | 4F | 72 | 54 | 1F | 0 | 1A | 37 | 81 | 12 | 26 |
| Octal | 117 | 162 | 124 | 37 | 0 | 32 | 67 | 201 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1010100 | 11111 | 0 | 11010 | 110111 | 10000001 | 10010 | 100110 |
Color Harmonies of #4F7254
Complementary color
Monochromatic Colors of #4F7254
Black with #4F7254
Text Example
Text Example
White with #4F7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7254; }
p { color: rgb(79,114,84); }
H1.HeaderClassName
{
color: #4F7254;
}
.AnyTagClassName
{
color: #4F7254;
}
</style>
background-color css
<style>
a { background-color: #4F7254; }
a { background-color: rgb(79,114,84); }
div.DivClassName
{
background-color: #4F7254;
}
.BgClassName
{
background-color: #4F7254;
}
</style>
border-color css
<style>
span { border-color: #4F7254; }
span { border-color: rgb(79,114,84); }
td.TdClassName
{
border-color: #4F7254;
}
.TagClassName
{
border-color: #4F7254;
}
</style>