Shades of Killarney #3C7F46
Tints of Killarney #3C7F46
RGB
CMYK
RGB Variations
Color information
#3C7F46 (or 0x3C7F46) is known color: Killarney. HEX triplet: 3C, 7F and 46. RGB value is (60,127,70). Sum of RGB (Red+Green+Blue) = 60+127+70=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7F46 is #C380B9. Grayscale: #646464. Windows color (decimal): -12812474 or 4620092. OLE color: 4620092.
HSL color Cylindrical-coordinate representation of color #3C7F46: hue angle of 128.96º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F46 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 127 | 70 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.50 |
| HSL | 128.96º | 0.36% | 0.37% | - |
| HSV(B) | 128.96º | 0.53% | 0.5% | - |
| XYZ | 10.56 | 16.58 | 8.44 | - |
| YUV | 100.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 70 | 0.53 | 0 | 0.45 | 0.50 | 128.96 | 0.36 | 0.37 |
| Hex | 3C | 7F | 46 | 35 | 0 | 2D | 32 | 81 | 24 | 25 |
| Octal | 74 | 177 | 106 | 65 | 0 | 55 | 62 | 201 | 44 | 45 |
| Binary | 111100 | 1111111 | 1000110 | 110101 | 0 | 101101 | 110010 | 10000001 | 100100 | 100101 |
Color Harmonies of #3C7F46
Complementary color
Monochromatic Colors of #3C7F46
Black with #3C7F46
Text Example
Text Example
White with #3C7F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7F46; }
p { color: rgb(60,127,70); }
H1.HeaderClassName
{
color: #3C7F46;
}
.AnyTagClassName
{
color: #3C7F46;
}
</style>
background-color css
<style>
a { background-color: #3C7F46; }
a { background-color: rgb(60,127,70); }
div.DivClassName
{
background-color: #3C7F46;
}
.BgClassName
{
background-color: #3C7F46;
}
</style>
border-color css
<style>
span { border-color: #3C7F46; }
span { border-color: rgb(60,127,70); }
td.TdClassName
{
border-color: #3C7F46;
}
.TagClassName
{
border-color: #3C7F46;
}
</style>