Shades of Killarney #3C8D46
Tints of Killarney #3C8D46
RGB
CMYK
RGB Variations
Color information
#3C8D46 (or 0x3C8D46) is known color: Killarney. HEX triplet: 3C, 8D and 46. RGB value is (60,141,70). Sum of RGB (Red+Green+Blue) = 60+141+70=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8D46 is #C372B9. Grayscale: #6C6C6C. Windows color (decimal): -12808890 or 4623676. OLE color: 4623676.
HSL color Cylindrical-coordinate representation of color #3C8D46: hue angle of 127.41º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D46 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 70 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.45 |
| HSL | 127.41º | 0.4% | 0.39% | - |
| HSV(B) | 127.41º | 0.57% | 0.55% | - |
| XYZ | 12.49 | 20.45 | 9.08 | - |
| YUV | 108.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 70 | 0.57 | 0 | 0.50 | 0.45 | 127.41 | 0.4 | 0.39 |
| Hex | 3C | 8D | 46 | 39 | 0 | 32 | 2D | 7F | 28 | 27 |
| Octal | 74 | 215 | 106 | 71 | 0 | 62 | 55 | 177 | 50 | 47 |
| Binary | 111100 | 10001101 | 1000110 | 111001 | 0 | 110010 | 101101 | 1111111 | 101000 | 100111 |
Color Harmonies of #3C8D46
Complementary color
Monochromatic Colors of #3C8D46
Black with #3C8D46
Text Example
Text Example
White with #3C8D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D46; }
p { color: rgb(60,141,70); }
H1.HeaderClassName
{
color: #3C8D46;
}
.AnyTagClassName
{
color: #3C8D46;
}
</style>
background-color css
<style>
a { background-color: #3C8D46; }
a { background-color: rgb(60,141,70); }
div.DivClassName
{
background-color: #3C8D46;
}
.BgClassName
{
background-color: #3C8D46;
}
</style>
border-color css
<style>
span { border-color: #3C8D46; }
span { border-color: rgb(60,141,70); }
td.TdClassName
{
border-color: #3C8D46;
}
.TagClassName
{
border-color: #3C8D46;
}
</style>