Shades of Killarney #3F8041
Tints of Killarney #3F8041
RGB
CMYK
RGB Variations
Color information
#3F8041 (or 0x3F8041) is known color: Killarney. HEX triplet: 3F, 80 and 41. RGB value is (63,128,65). Sum of RGB (Red+Green+Blue) = 63+128+65=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #3F8041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8041 is #C07FBE. Grayscale: #656565. Windows color (decimal): -12615615 or 4292671. OLE color: 4292671.
HSL color Cylindrical-coordinate representation of color #3F8041: hue angle of 121.85º 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 #3F8041 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 65 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.50 |
| HSL | 121.85º | 0.34% | 0.37% | - |
| HSV(B) | 121.85º | 0.51% | 0.5% | - |
| XYZ | 10.72 | 16.88 | 7.69 | - |
| YUV | 101.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 65 | 0.51 | 0 | 0.49 | 0.50 | 121.85 | 0.34 | 0.37 |
| Hex | 3F | 80 | 41 | 33 | 0 | 31 | 32 | 7A | 22 | 25 |
| Octal | 77 | 200 | 101 | 63 | 0 | 61 | 62 | 172 | 42 | 45 |
| Binary | 111111 | 10000000 | 1000001 | 110011 | 0 | 110001 | 110010 | 1111010 | 100010 | 100101 |
Color Harmonies of #3F8041
Complementary color
Monochromatic Colors of #3F8041
Black with #3F8041
Text Example
Text Example
White with #3F8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8041; }
p { color: rgb(63,128,65); }
H1.HeaderClassName
{
color: #3F8041;
}
.AnyTagClassName
{
color: #3F8041;
}
</style>
background-color css
<style>
a { background-color: #3F8041; }
a { background-color: rgb(63,128,65); }
div.DivClassName
{
background-color: #3F8041;
}
.BgClassName
{
background-color: #3F8041;
}
</style>
border-color css
<style>
span { border-color: #3F8041; }
span { border-color: rgb(63,128,65); }
td.TdClassName
{
border-color: #3F8041;
}
.TagClassName
{
border-color: #3F8041;
}
</style>