Shades of Killarney #3F8046
Tints of Killarney #3F8046
RGB
CMYK
RGB Variations
Color information
#3F8046 (or 0x3F8046) is known color: Killarney. HEX triplet: 3F, 80 and 46. RGB value is (63,128,70). Sum of RGB (Red+Green+Blue) = 63+128+70=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #3F8046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8046 is #C07FB9. Grayscale: #666666. Windows color (decimal): -12615610 or 4620351. OLE color: 4620351.
HSL color Cylindrical-coordinate representation of color #3F8046: hue angle of 126.46º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8046 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 70 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.50 |
| HSL | 126.46º | 0.34% | 0.37% | - |
| HSV(B) | 126.46º | 0.51% | 0.5% | - |
| XYZ | 10.87 | 16.94 | 8.49 | - |
| YUV | 101.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 70 | 0.51 | 0 | 0.45 | 0.50 | 126.46 | 0.34 | 0.37 |
| Hex | 3F | 80 | 46 | 33 | 0 | 2D | 32 | 7E | 22 | 25 |
| Octal | 77 | 200 | 106 | 63 | 0 | 55 | 62 | 176 | 42 | 45 |
| Binary | 111111 | 10000000 | 1000110 | 110011 | 0 | 101101 | 110010 | 1111110 | 100010 | 100101 |
Color Harmonies of #3F8046
Complementary color
Monochromatic Colors of #3F8046
Black with #3F8046
Text Example
Text Example
White with #3F8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8046; }
p { color: rgb(63,128,70); }
H1.HeaderClassName
{
color: #3F8046;
}
.AnyTagClassName
{
color: #3F8046;
}
</style>
background-color css
<style>
a { background-color: #3F8046; }
a { background-color: rgb(63,128,70); }
div.DivClassName
{
background-color: #3F8046;
}
.BgClassName
{
background-color: #3F8046;
}
</style>
border-color css
<style>
span { border-color: #3F8046; }
span { border-color: rgb(63,128,70); }
td.TdClassName
{
border-color: #3F8046;
}
.TagClassName
{
border-color: #3F8046;
}
</style>