Shades of Killarney #3F8A48
Tints of Killarney #3F8A48
RGB
CMYK
RGB Variations
Color information
#3F8A48 (or 0x3F8A48) is known color: Killarney. HEX triplet: 3F, 8A and 48. RGB value is (63,138,72). Sum of RGB (Red+Green+Blue) = 63+138+72=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8A48 is #C075B7. Grayscale: #6C6C6C. Windows color (decimal): -12613048 or 4753983. OLE color: 4753983.
HSL color Cylindrical-coordinate representation of color #3F8A48: hue angle of 127.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A48 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 138 | 72 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.46 |
| HSL | 127.2º | 0.37% | 0.39% | - |
| HSV(B) | 127.2º | 0.54% | 0.54% | - |
| XYZ | 12.31 | 19.7 | 9.28 | - |
| YUV | 108.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 72 | 0.54 | 0 | 0.48 | 0.46 | 127.2 | 0.37 | 0.39 |
| Hex | 3F | 8A | 48 | 36 | 0 | 30 | 2E | 7F | 25 | 27 |
| Octal | 77 | 212 | 110 | 66 | 0 | 60 | 56 | 177 | 45 | 47 |
| Binary | 111111 | 10001010 | 1001000 | 110110 | 0 | 110000 | 101110 | 1111111 | 100101 | 100111 |
Color Harmonies of #3F8A48
Complementary color
Monochromatic Colors of #3F8A48
Black with #3F8A48
Text Example
Text Example
White with #3F8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8A48; }
p { color: rgb(63,138,72); }
H1.HeaderClassName
{
color: #3F8A48;
}
.AnyTagClassName
{
color: #3F8A48;
}
</style>
background-color css
<style>
a { background-color: #3F8A48; }
a { background-color: rgb(63,138,72); }
div.DivClassName
{
background-color: #3F8A48;
}
.BgClassName
{
background-color: #3F8A48;
}
</style>
border-color css
<style>
span { border-color: #3F8A48; }
span { border-color: rgb(63,138,72); }
td.TdClassName
{
border-color: #3F8A48;
}
.TagClassName
{
border-color: #3F8A48;
}
</style>