Shades of Killarney #487D52
Tints of Killarney #487D52
RGB
CMYK
RGB Variations
Color information
#487D52 (or 0x487D52) is known color: Killarney. HEX triplet: 48, 7D and 52. RGB value is (72,125,82). Sum of RGB (Red+Green+Blue) = 72+125+82=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #487D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487D52 is #B782AD. Grayscale: #686868. Windows color (decimal): -12026542 or 5406024. OLE color: 5406024.
HSL color Cylindrical-coordinate representation of color #487D52: hue angle of 131.32º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487D52 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 125 | 82 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.51 |
| HSL | 131.32º | 0.27% | 0.39% | - |
| HSV(B) | 131.32º | 0.42% | 0.49% | - |
| XYZ | 11.53 | 16.65 | 10.59 | - |
| YUV | 104.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 82 | 0.42 | 0 | 0.34 | 0.51 | 131.32 | 0.27 | 0.39 |
| Hex | 48 | 7D | 52 | 2A | 0 | 22 | 33 | 83 | 1B | 27 |
| Octal | 110 | 175 | 122 | 52 | 0 | 42 | 63 | 203 | 33 | 47 |
| Binary | 1001000 | 1111101 | 1010010 | 101010 | 0 | 100010 | 110011 | 10000011 | 11011 | 100111 |
Color Harmonies of #487D52
Complementary color
Monochromatic Colors of #487D52
Black with #487D52
Text Example
Text Example
White with #487D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D52; }
p { color: rgb(72,125,82); }
H1.HeaderClassName
{
color: #487D52;
}
.AnyTagClassName
{
color: #487D52;
}
</style>
background-color css
<style>
a { background-color: #487D52; }
a { background-color: rgb(72,125,82); }
div.DivClassName
{
background-color: #487D52;
}
.BgClassName
{
background-color: #487D52;
}
</style>
border-color css
<style>
span { border-color: #487D52; }
span { border-color: rgb(72,125,82); }
td.TdClassName
{
border-color: #487D52;
}
.TagClassName
{
border-color: #487D52;
}
</style>