Shades of Killarney #3F7C40
Tints of Killarney #3F7C40
RGB
CMYK
RGB Variations
Color information
#3F7C40 (or 0x3F7C40) is known color: Killarney. HEX triplet: 3F, 7C and 40. RGB value is (63,124,64). Sum of RGB (Red+Green+Blue) = 63+124+64=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7C40 is #C083BF. Grayscale: #636363. Windows color (decimal): -12616640 or 4226111. OLE color: 4226111.
HSL color Cylindrical-coordinate representation of color #3F7C40: hue angle of 120.98º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7C40 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 64 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.51 |
| HSL | 120.98º | 0.33% | 0.37% | - |
| HSV(B) | 120.98º | 0.49% | 0.49% | - |
| XYZ | 10.18 | 15.84 | 7.37 | - |
| YUV | 98.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 64 | 0.49 | 0 | 0.48 | 0.51 | 120.98 | 0.33 | 0.37 |
| Hex | 3F | 7C | 40 | 31 | 0 | 30 | 33 | 79 | 21 | 25 |
| Octal | 77 | 174 | 100 | 61 | 0 | 60 | 63 | 171 | 41 | 45 |
| Binary | 111111 | 1111100 | 1000000 | 110001 | 0 | 110000 | 110011 | 1111001 | 100001 | 100101 |
Color Harmonies of #3F7C40
Complementary color
Monochromatic Colors of #3F7C40
Black with #3F7C40
Text Example
Text Example
White with #3F7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C40; }
p { color: rgb(63,124,64); }
H1.HeaderClassName
{
color: #3F7C40;
}
.AnyTagClassName
{
color: #3F7C40;
}
</style>
background-color css
<style>
a { background-color: #3F7C40; }
a { background-color: rgb(63,124,64); }
div.DivClassName
{
background-color: #3F7C40;
}
.BgClassName
{
background-color: #3F7C40;
}
</style>
border-color css
<style>
span { border-color: #3F7C40; }
span { border-color: rgb(63,124,64); }
td.TdClassName
{
border-color: #3F7C40;
}
.TagClassName
{
border-color: #3F7C40;
}
</style>