Shades of Killarney #4F8352
Tints of Killarney #4F8352
RGB
CMYK
RGB Variations
Color information
#4F8352 (or 0x4F8352) is known color: Killarney. HEX triplet: 4F, 83 and 52. RGB value is (79,131,82). Sum of RGB (Red+Green+Blue) = 79+131+82=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #4F8352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8352 is #B07CAD. Grayscale: #6E6E6E. Windows color (decimal): -11566254 or 5407567. OLE color: 5407567.
HSL color Cylindrical-coordinate representation of color #4F8352: hue angle of 123.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8352 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 131 | 82 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.49 |
| HSL | 123.46º | 0.25% | 0.41% | - |
| HSV(B) | 123.46º | 0.4% | 0.51% | - |
| XYZ | 12.86 | 18.5 | 10.88 | - |
| YUV | 109.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 82 | 0.40 | 0 | 0.37 | 0.49 | 123.46 | 0.25 | 0.41 |
| Hex | 4F | 83 | 52 | 28 | 0 | 25 | 31 | 7B | 19 | 29 |
| Octal | 117 | 203 | 122 | 50 | 0 | 45 | 61 | 173 | 31 | 51 |
| Binary | 1001111 | 10000011 | 1010010 | 101000 | 0 | 100101 | 110001 | 1111011 | 11001 | 101001 |
Color Harmonies of #4F8352
Complementary color
Monochromatic Colors of #4F8352
Black with #4F8352
Text Example
Text Example
White with #4F8352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8352; }
p { color: rgb(79,131,82); }
H1.HeaderClassName
{
color: #4F8352;
}
.AnyTagClassName
{
color: #4F8352;
}
</style>
background-color css
<style>
a { background-color: #4F8352; }
a { background-color: rgb(79,131,82); }
div.DivClassName
{
background-color: #4F8352;
}
.BgClassName
{
background-color: #4F8352;
}
</style>
border-color css
<style>
span { border-color: #4F8352; }
span { border-color: rgb(79,131,82); }
td.TdClassName
{
border-color: #4F8352;
}
.TagClassName
{
border-color: #4F8352;
}
</style>