Shades of Killarney #3F8B48
Tints of Killarney #3F8B48
RGB
CMYK
RGB Variations
Color information
#3F8B48 (or 0x3F8B48) is known color: Killarney. HEX triplet: 3F, 8B and 48. RGB value is (63,139,72). Sum of RGB (Red+Green+Blue) = 63+139+72=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #3F8B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8B48 is #C074B7. Grayscale: #6C6C6C. Windows color (decimal): -12612792 or 4754239. OLE color: 4754239.
HSL color Cylindrical-coordinate representation of color #3F8B48: hue angle of 127.11º 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 #3F8B48 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 139 | 72 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.45 |
| HSL | 127.11º | 0.38% | 0.4% | - |
| HSV(B) | 127.11º | 0.55% | 0.55% | - |
| XYZ | 12.45 | 19.99 | 9.33 | - |
| YUV | 108.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 72 | 0.55 | 0 | 0.48 | 0.45 | 127.11 | 0.38 | 0.4 |
| Hex | 3F | 8B | 48 | 37 | 0 | 30 | 2D | 7F | 26 | 28 |
| Octal | 77 | 213 | 110 | 67 | 0 | 60 | 55 | 177 | 46 | 50 |
| Binary | 111111 | 10001011 | 1001000 | 110111 | 0 | 110000 | 101101 | 1111111 | 100110 | 101000 |
Color Harmonies of #3F8B48
Complementary color
Monochromatic Colors of #3F8B48
Black with #3F8B48
Text Example
Text Example
White with #3F8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8B48; }
p { color: rgb(63,139,72); }
H1.HeaderClassName
{
color: #3F8B48;
}
.AnyTagClassName
{
color: #3F8B48;
}
</style>
background-color css
<style>
a { background-color: #3F8B48; }
a { background-color: rgb(63,139,72); }
div.DivClassName
{
background-color: #3F8B48;
}
.BgClassName
{
background-color: #3F8B48;
}
</style>
border-color css
<style>
span { border-color: #3F8B48; }
span { border-color: rgb(63,139,72); }
td.TdClassName
{
border-color: #3F8B48;
}
.TagClassName
{
border-color: #3F8B48;
}
</style>