Shades of Killarney #3F8240
Tints of Killarney #3F8240
RGB
CMYK
RGB Variations
Color information
#3F8240 (or 0x3F8240) is known color: Killarney. HEX triplet: 3F, 82 and 40. RGB value is (63,130,64). Sum of RGB (Red+Green+Blue) = 63+130+64=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8240 is #C07DBF. Grayscale: #666666. Windows color (decimal): -12615104 or 4227647. OLE color: 4227647.
HSL color Cylindrical-coordinate representation of color #3F8240: hue angle of 120.9º 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 #3F8240 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 64 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.49 |
| HSL | 120.9º | 0.35% | 0.38% | - |
| HSV(B) | 120.9º | 0.52% | 0.51% | - |
| XYZ | 10.96 | 17.39 | 7.63 | - |
| YUV | 102.44 | 106.3 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 64 | 0.52 | 0 | 0.51 | 0.49 | 120.9 | 0.35 | 0.38 |
| Hex | 3F | 82 | 40 | 34 | 0 | 33 | 31 | 79 | 23 | 26 |
| Octal | 77 | 202 | 100 | 64 | 0 | 63 | 61 | 171 | 43 | 46 |
| Binary | 111111 | 10000010 | 1000000 | 110100 | 0 | 110011 | 110001 | 1111001 | 100011 | 100110 |
Color Harmonies of #3F8240
Complementary color
Monochromatic Colors of #3F8240
Black with #3F8240
Text Example
Text Example
White with #3F8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8240; }
p { color: rgb(63,130,64); }
H1.HeaderClassName
{
color: #3F8240;
}
.AnyTagClassName
{
color: #3F8240;
}
</style>
background-color css
<style>
a { background-color: #3F8240; }
a { background-color: rgb(63,130,64); }
div.DivClassName
{
background-color: #3F8240;
}
.BgClassName
{
background-color: #3F8240;
}
</style>
border-color css
<style>
span { border-color: #3F8240; }
span { border-color: rgb(63,130,64); }
td.TdClassName
{
border-color: #3F8240;
}
.TagClassName
{
border-color: #3F8240;
}
</style>