Shades of Killarney #4F7353
Tints of Killarney #4F7353
RGB
CMYK
RGB Variations
Color information
#4F7353 (or 0x4F7353) is known color: Killarney. HEX triplet: 4F, 73 and 53. RGB value is (79,115,83). Sum of RGB (Red+Green+Blue) = 79+115+83=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7353 is #B08CAC. Grayscale: #646464. Windows color (decimal): -11570349 or 5469007. OLE color: 5469007.
HSL color Cylindrical-coordinate representation of color #4F7353: hue angle of 126.67º degrees, saturation: 0.19, 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 #4F7353 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 83 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.55 |
| HSL | 126.67º | 0.19% | 0.38% | - |
| HSV(B) | 126.67º | 0.31% | 0.45% | - |
| XYZ | 10.92 | 14.55 | 10.42 | - |
| YUV | 100.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 83 | 0.31 | 0 | 0.28 | 0.55 | 126.67 | 0.19 | 0.38 |
| Hex | 4F | 73 | 53 | 1F | 0 | 1C | 37 | 7F | 13 | 26 |
| Octal | 117 | 163 | 123 | 37 | 0 | 34 | 67 | 177 | 23 | 46 |
| Binary | 1001111 | 1110011 | 1010011 | 11111 | 0 | 11100 | 110111 | 1111111 | 10011 | 100110 |
Color Harmonies of #4F7353
Complementary color
Monochromatic Colors of #4F7353
Black with #4F7353
Text Example
Text Example
White with #4F7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7353; }
p { color: rgb(79,115,83); }
H1.HeaderClassName
{
color: #4F7353;
}
.AnyTagClassName
{
color: #4F7353;
}
</style>
background-color css
<style>
a { background-color: #4F7353; }
a { background-color: rgb(79,115,83); }
div.DivClassName
{
background-color: #4F7353;
}
.BgClassName
{
background-color: #4F7353;
}
</style>
border-color css
<style>
span { border-color: #4F7353; }
span { border-color: rgb(79,115,83); }
td.TdClassName
{
border-color: #4F7353;
}
.TagClassName
{
border-color: #4F7353;
}
</style>