Shades of Killarney #486D51
Tints of Killarney #486D51
RGB
CMYK
RGB Variations
Color information
#486D51 (or 0x486D51) is known color: Killarney. HEX triplet: 48, 6D and 51. RGB value is (72,109,81). Sum of RGB (Red+Green+Blue) = 72+109+81=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #486D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D51 is #B792AE. Grayscale: #5E5E5E. Windows color (decimal): -12030639 or 5336392. OLE color: 5336392.
HSL color Cylindrical-coordinate representation of color #486D51: hue angle of 134.59º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D51 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 81 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.57 |
| HSL | 134.59º | 0.2% | 0.35% | - |
| HSV(B) | 134.59º | 0.34% | 0.43% | - |
| XYZ | 9.63 | 12.91 | 9.77 | - |
| YUV | 94.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 81 | 0.34 | 0 | 0.26 | 0.57 | 134.59 | 0.2 | 0.35 |
| Hex | 48 | 6D | 51 | 22 | 0 | 1A | 39 | 87 | 14 | 23 |
| Octal | 110 | 155 | 121 | 42 | 0 | 32 | 71 | 207 | 24 | 43 |
| Binary | 1001000 | 1101101 | 1010001 | 100010 | 0 | 11010 | 111001 | 10000111 | 10100 | 100011 |
Color Harmonies of #486D51
Complementary color
Monochromatic Colors of #486D51
Black with #486D51
Text Example
Text Example
White with #486D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D51; }
p { color: rgb(72,109,81); }
H1.HeaderClassName
{
color: #486D51;
}
.AnyTagClassName
{
color: #486D51;
}
</style>
background-color css
<style>
a { background-color: #486D51; }
a { background-color: rgb(72,109,81); }
div.DivClassName
{
background-color: #486D51;
}
.BgClassName
{
background-color: #486D51;
}
</style>
border-color css
<style>
span { border-color: #486D51; }
span { border-color: rgb(72,109,81); }
td.TdClassName
{
border-color: #486D51;
}
.TagClassName
{
border-color: #486D51;
}
</style>