Shades of Killarney #4F7852
Tints of Killarney #4F7852
RGB
CMYK
RGB Variations
Color information
#4F7852 (or 0x4F7852) is known color: Killarney. HEX triplet: 4F, 78 and 52. RGB value is (79,120,82). Sum of RGB (Red+Green+Blue) = 79+120+82=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7852 is #B087AD. Grayscale: #676767. Windows color (decimal): -11569070 or 5404751. OLE color: 5404751.
HSL color Cylindrical-coordinate representation of color #4F7852: hue angle of 124.39º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7852 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 120 | 82 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.53 |
| HSL | 124.39º | 0.21% | 0.39% | - |
| HSV(B) | 124.39º | 0.34% | 0.47% | - |
| XYZ | 11.46 | 15.7 | 10.41 | - |
| YUV | 103.41 | 115.92 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 120 | 82 | 0.34 | 0 | 0.32 | 0.53 | 124.39 | 0.21 | 0.39 |
| Hex | 4F | 78 | 52 | 22 | 0 | 20 | 35 | 7C | 15 | 27 |
| Octal | 117 | 170 | 122 | 42 | 0 | 40 | 65 | 174 | 25 | 47 |
| Binary | 1001111 | 1111000 | 1010010 | 100010 | 0 | 100000 | 110101 | 1111100 | 10101 | 100111 |
Color Harmonies of #4F7852
Complementary color
Monochromatic Colors of #4F7852
Black with #4F7852
Text Example
Text Example
White with #4F7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7852; }
p { color: rgb(79,120,82); }
H1.HeaderClassName
{
color: #4F7852;
}
.AnyTagClassName
{
color: #4F7852;
}
</style>
background-color css
<style>
a { background-color: #4F7852; }
a { background-color: rgb(79,120,82); }
div.DivClassName
{
background-color: #4F7852;
}
.BgClassName
{
background-color: #4F7852;
}
</style>
border-color css
<style>
span { border-color: #4F7852; }
span { border-color: rgb(79,120,82); }
td.TdClassName
{
border-color: #4F7852;
}
.TagClassName
{
border-color: #4F7852;
}
</style>