Shades of Killarney #4F8752
Tints of Killarney #4F8752
RGB
CMYK
RGB Variations
Color information
#4F8752 (or 0x4F8752) is known color: Killarney. HEX triplet: 4F, 87 and 52. RGB value is (79,135,82). Sum of RGB (Red+Green+Blue) = 79+135+82=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #4F8752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8752 is #B078AD. Grayscale: #707070. Windows color (decimal): -11565230 or 5408591. OLE color: 5408591.
HSL color Cylindrical-coordinate representation of color #4F8752: hue angle of 123.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8752 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 135 | 82 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.47 |
| HSL | 123.21º | 0.26% | 0.42% | - |
| HSV(B) | 123.21º | 0.41% | 0.53% | - |
| XYZ | 13.41 | 19.6 | 11.06 | - |
| YUV | 112.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 135 | 82 | 0.41 | 0 | 0.39 | 0.47 | 123.21 | 0.26 | 0.42 |
| Hex | 4F | 87 | 52 | 29 | 0 | 27 | 2F | 7B | 1A | 2A |
| Octal | 117 | 207 | 122 | 51 | 0 | 47 | 57 | 173 | 32 | 52 |
| Binary | 1001111 | 10000111 | 1010010 | 101001 | 0 | 100111 | 101111 | 1111011 | 11010 | 101010 |
Color Harmonies of #4F8752
Complementary color
Monochromatic Colors of #4F8752
Black with #4F8752
Text Example
Text Example
White with #4F8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8752; }
p { color: rgb(79,135,82); }
H1.HeaderClassName
{
color: #4F8752;
}
.AnyTagClassName
{
color: #4F8752;
}
</style>
background-color css
<style>
a { background-color: #4F8752; }
a { background-color: rgb(79,135,82); }
div.DivClassName
{
background-color: #4F8752;
}
.BgClassName
{
background-color: #4F8752;
}
</style>
border-color css
<style>
span { border-color: #4F8752; }
span { border-color: rgb(79,135,82); }
td.TdClassName
{
border-color: #4F8752;
}
.TagClassName
{
border-color: #4F8752;
}
</style>