Shades of Killarney #3F7146
Tints of Killarney #3F7146
RGB
CMYK
RGB Variations
Color information
#3F7146 (or 0x3F7146) is known color: Killarney. HEX triplet: 3F, 71 and 46. RGB value is (63,113,70). Sum of RGB (Red+Green+Blue) = 63+113+70=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7146 is #C08EB9. Grayscale: #5D5D5D. Windows color (decimal): -12619450 or 4616511. OLE color: 4616511.
HSL color Cylindrical-coordinate representation of color #3F7146: hue angle of 128.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7146 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 70 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.56 |
| HSL | 128.4º | 0.28% | 0.35% | - |
| HSV(B) | 128.4º | 0.44% | 0.44% | - |
| XYZ | 9.06 | 13.31 | 7.89 | - |
| YUV | 93.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 70 | 0.44 | 0 | 0.38 | 0.56 | 128.4 | 0.28 | 0.35 |
| Hex | 3F | 71 | 46 | 2C | 0 | 26 | 38 | 80 | 1C | 23 |
| Octal | 77 | 161 | 106 | 54 | 0 | 46 | 70 | 200 | 34 | 43 |
| Binary | 111111 | 1110001 | 1000110 | 101100 | 0 | 100110 | 111000 | 10000000 | 11100 | 100011 |
Color Harmonies of #3F7146
Complementary color
Monochromatic Colors of #3F7146
Black with #3F7146
Text Example
Text Example
White with #3F7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7146; }
p { color: rgb(63,113,70); }
H1.HeaderClassName
{
color: #3F7146;
}
.AnyTagClassName
{
color: #3F7146;
}
</style>
background-color css
<style>
a { background-color: #3F7146; }
a { background-color: rgb(63,113,70); }
div.DivClassName
{
background-color: #3F7146;
}
.BgClassName
{
background-color: #3F7146;
}
</style>
border-color css
<style>
span { border-color: #3F7146; }
span { border-color: rgb(63,113,70); }
td.TdClassName
{
border-color: #3F7146;
}
.TagClassName
{
border-color: #3F7146;
}
</style>