Shades of Killarney #486F49
Tints of Killarney #486F49
RGB
CMYK
RGB Variations
Color information
#486F49 (or 0x486F49) is known color: Killarney. HEX triplet: 48, 6F and 49. RGB value is (72,111,73). Sum of RGB (Red+Green+Blue) = 72+111+73=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #486F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F49 is #B790B6. Grayscale: #5F5F5F. Windows color (decimal): -12030135 or 4812616. OLE color: 4812616.
HSL color Cylindrical-coordinate representation of color #486F49: hue angle of 121.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F49 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 73 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.56 |
| HSL | 121.54º | 0.21% | 0.36% | - |
| HSV(B) | 121.54º | 0.35% | 0.44% | - |
| XYZ | 9.56 | 13.23 | 8.35 | - |
| YUV | 95.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 73 | 0.35 | 0 | 0.34 | 0.56 | 121.54 | 0.21 | 0.36 |
| Hex | 48 | 6F | 49 | 23 | 0 | 22 | 38 | 7A | 15 | 24 |
| Octal | 110 | 157 | 111 | 43 | 0 | 42 | 70 | 172 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1001001 | 100011 | 0 | 100010 | 111000 | 1111010 | 10101 | 100100 |
Color Harmonies of #486F49
Complementary color
Monochromatic Colors of #486F49
Black with #486F49
Text Example
Text Example
White with #486F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F49; }
p { color: rgb(72,111,73); }
H1.HeaderClassName
{
color: #486F49;
}
.AnyTagClassName
{
color: #486F49;
}
</style>
background-color css
<style>
a { background-color: #486F49; }
a { background-color: rgb(72,111,73); }
div.DivClassName
{
background-color: #486F49;
}
.BgClassName
{
background-color: #486F49;
}
</style>
border-color css
<style>
span { border-color: #486F49; }
span { border-color: rgb(72,111,73); }
td.TdClassName
{
border-color: #486F49;
}
.TagClassName
{
border-color: #486F49;
}
</style>