Shades of Killarney #487D4A
Tints of Killarney #487D4A
RGB
CMYK
RGB Variations
Color information
#487D4A (or 0x487D4A) is known color: Killarney. HEX triplet: 48, 7D and 4A. RGB value is (72,125,74). Sum of RGB (Red+Green+Blue) = 72+125+74=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #487D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487D4A is #B782B5. Grayscale: #676767. Windows color (decimal): -12026550 or 4881736. OLE color: 4881736.
HSL color Cylindrical-coordinate representation of color #487D4A: hue angle of 122.26º 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 #487D4A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 125 | 74 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.51 |
| HSL | 122.26º | 0.27% | 0.39% | - |
| HSV(B) | 122.26º | 0.42% | 0.49% | - |
| XYZ | 11.24 | 16.54 | 9.08 | - |
| YUV | 103.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 74 | 0.42 | 0 | 0.41 | 0.51 | 122.26 | 0.27 | 0.39 |
| Hex | 48 | 7D | 4A | 2A | 0 | 29 | 33 | 7A | 1B | 27 |
| Octal | 110 | 175 | 112 | 52 | 0 | 51 | 63 | 172 | 33 | 47 |
| Binary | 1001000 | 1111101 | 1001010 | 101010 | 0 | 101001 | 110011 | 1111010 | 11011 | 100111 |
Color Harmonies of #487D4A
Complementary color
Monochromatic Colors of #487D4A
Black with #487D4A
Text Example
Text Example
White with #487D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D4A; }
p { color: rgb(72,125,74); }
H1.HeaderClassName
{
color: #487D4A;
}
.AnyTagClassName
{
color: #487D4A;
}
</style>
background-color css
<style>
a { background-color: #487D4A; }
a { background-color: rgb(72,125,74); }
div.DivClassName
{
background-color: #487D4A;
}
.BgClassName
{
background-color: #487D4A;
}
</style>
border-color css
<style>
span { border-color: #487D4A; }
span { border-color: rgb(72,125,74); }
td.TdClassName
{
border-color: #487D4A;
}
.TagClassName
{
border-color: #487D4A;
}
</style>