Shades of Killarney #3F8B40
Tints of Killarney #3F8B40
RGB
CMYK
RGB Variations
Color information
#3F8B40 (or 0x3F8B40) is known color: Killarney. HEX triplet: 3F, 8B and 40. RGB value is (63,139,64). Sum of RGB (Red+Green+Blue) = 63+139+64=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #3F8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8B40 is #C074BF. Grayscale: #6B6B6B. Windows color (decimal): -12612800 or 4229951. OLE color: 4229951.
HSL color Cylindrical-coordinate representation of color #3F8B40: hue angle of 120.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 #3F8B40 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 139 | 64 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.45 |
| HSL | 120.79º | 0.38% | 0.4% | - |
| HSV(B) | 120.79º | 0.55% | 0.55% | - |
| XYZ | 12.21 | 19.89 | 8.05 | - |
| YUV | 107.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 64 | 0.55 | 0 | 0.54 | 0.45 | 120.79 | 0.38 | 0.4 |
| Hex | 3F | 8B | 40 | 37 | 0 | 36 | 2D | 79 | 26 | 28 |
| Octal | 77 | 213 | 100 | 67 | 0 | 66 | 55 | 171 | 46 | 50 |
| Binary | 111111 | 10001011 | 1000000 | 110111 | 0 | 110110 | 101101 | 1111001 | 100110 | 101000 |
Color Harmonies of #3F8B40
Complementary color
Monochromatic Colors of #3F8B40
Black with #3F8B40
Text Example
Text Example
White with #3F8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8B40; }
p { color: rgb(63,139,64); }
H1.HeaderClassName
{
color: #3F8B40;
}
.AnyTagClassName
{
color: #3F8B40;
}
</style>
background-color css
<style>
a { background-color: #3F8B40; }
a { background-color: rgb(63,139,64); }
div.DivClassName
{
background-color: #3F8B40;
}
.BgClassName
{
background-color: #3F8B40;
}
</style>
border-color css
<style>
span { border-color: #3F8B40; }
span { border-color: rgb(63,139,64); }
td.TdClassName
{
border-color: #3F8B40;
}
.TagClassName
{
border-color: #3F8B40;
}
</style>