Shades of Killarney #3F8348
Tints of Killarney #3F8348
RGB
CMYK
RGB Variations
Color information
#3F8348 (or 0x3F8348) is known color: Killarney. HEX triplet: 3F, 83 and 48. RGB value is (63,131,72). Sum of RGB (Red+Green+Blue) = 63+131+72=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8348 is #C07CB7. Grayscale: #686868. Windows color (decimal): -12614840 or 4752191. OLE color: 4752191.
HSL color Cylindrical-coordinate representation of color #3F8348: hue angle of 127.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8348 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 72 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.49 |
| HSL | 127.94º | 0.35% | 0.38% | - |
| HSV(B) | 127.94º | 0.52% | 0.51% | - |
| XYZ | 11.34 | 17.76 | 8.96 | - |
| YUV | 103.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 72 | 0.52 | 0 | 0.45 | 0.49 | 127.94 | 0.35 | 0.38 |
| Hex | 3F | 83 | 48 | 34 | 0 | 2D | 31 | 80 | 23 | 26 |
| Octal | 77 | 203 | 110 | 64 | 0 | 55 | 61 | 200 | 43 | 46 |
| Binary | 111111 | 10000011 | 1001000 | 110100 | 0 | 101101 | 110001 | 10000000 | 100011 | 100110 |
Color Harmonies of #3F8348
Complementary color
Monochromatic Colors of #3F8348
Black with #3F8348
Text Example
Text Example
White with #3F8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8348; }
p { color: rgb(63,131,72); }
H1.HeaderClassName
{
color: #3F8348;
}
.AnyTagClassName
{
color: #3F8348;
}
</style>
background-color css
<style>
a { background-color: #3F8348; }
a { background-color: rgb(63,131,72); }
div.DivClassName
{
background-color: #3F8348;
}
.BgClassName
{
background-color: #3F8348;
}
</style>
border-color css
<style>
span { border-color: #3F8348; }
span { border-color: rgb(63,131,72); }
td.TdClassName
{
border-color: #3F8348;
}
.TagClassName
{
border-color: #3F8348;
}
</style>