Shades of Killarney #3F8C49
Tints of Killarney #3F8C49
RGB
CMYK
RGB Variations
Color information
#3F8C49 (or 0x3F8C49) is known color: Killarney. HEX triplet: 3F, 8C and 49. RGB value is (63,140,73). Sum of RGB (Red+Green+Blue) = 63+140+73=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8C49 is #C073B6. Grayscale: #6D6D6D. Windows color (decimal): -12612535 or 4820031. OLE color: 4820031.
HSL color Cylindrical-coordinate representation of color #3F8C49: hue angle of 127.79º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8C49 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 73 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.45 |
| HSL | 127.79º | 0.38% | 0.4% | - |
| HSV(B) | 127.79º | 0.55% | 0.55% | - |
| XYZ | 12.63 | 20.29 | 9.55 | - |
| YUV | 109.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 73 | 0.55 | 0 | 0.48 | 0.45 | 127.79 | 0.38 | 0.4 |
| Hex | 3F | 8C | 49 | 37 | 0 | 30 | 2D | 80 | 26 | 28 |
| Octal | 77 | 214 | 111 | 67 | 0 | 60 | 55 | 200 | 46 | 50 |
| Binary | 111111 | 10001100 | 1001001 | 110111 | 0 | 110000 | 101101 | 10000000 | 100110 | 101000 |
Color Harmonies of #3F8C49
Complementary color
Monochromatic Colors of #3F8C49
Black with #3F8C49
Text Example
Text Example
White with #3F8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C49; }
p { color: rgb(63,140,73); }
H1.HeaderClassName
{
color: #3F8C49;
}
.AnyTagClassName
{
color: #3F8C49;
}
</style>
background-color css
<style>
a { background-color: #3F8C49; }
a { background-color: rgb(63,140,73); }
div.DivClassName
{
background-color: #3F8C49;
}
.BgClassName
{
background-color: #3F8C49;
}
</style>
border-color css
<style>
span { border-color: #3F8C49; }
span { border-color: rgb(63,140,73); }
td.TdClassName
{
border-color: #3F8C49;
}
.TagClassName
{
border-color: #3F8C49;
}
</style>