Shades of Killarney #3F6949
Tints of Killarney #3F6949
RGB
CMYK
RGB Variations
Color information
#3F6949 (or 0x3F6949) is known color: Killarney. HEX triplet: 3F, 69 and 49. RGB value is (63,105,73). Sum of RGB (Red+Green+Blue) = 63+105+73=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6949 is #C096B6. Grayscale: #585858. Windows color (decimal): -12621495 or 4811071. OLE color: 4811071.
HSL color Cylindrical-coordinate representation of color #3F6949: hue angle of 134.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6949 is Cyan = 0.4, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 73 | - |
| CMYK | 0.4 | 0 | 0.30 | 0.59 |
| HSL | 134.29º | 0.25% | 0.33% | - |
| HSV(B) | 134.29º | 0.4% | 0.41% | - |
| XYZ | 8.3 | 11.64 | 8.11 | - |
| YUV | 88.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 73 | 0.4 | 0 | 0.30 | 0.59 | 134.29 | 0.25 | 0.33 |
| Hex | 3F | 69 | 49 | 28 | 0 | 1E | 3B | 86 | 19 | 21 |
| Octal | 77 | 151 | 111 | 50 | 0 | 36 | 73 | 206 | 31 | 41 |
| Binary | 111111 | 1101001 | 1001001 | 101000 | 0 | 11110 | 111011 | 10000110 | 11001 | 100001 |
Color Harmonies of #3F6949
Complementary color
Monochromatic Colors of #3F6949
Black with #3F6949
Text Example
Text Example
White with #3F6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6949; }
p { color: rgb(63,105,73); }
H1.HeaderClassName
{
color: #3F6949;
}
.AnyTagClassName
{
color: #3F6949;
}
</style>
background-color css
<style>
a { background-color: #3F6949; }
a { background-color: rgb(63,105,73); }
div.DivClassName
{
background-color: #3F6949;
}
.BgClassName
{
background-color: #3F6949;
}
</style>
border-color css
<style>
span { border-color: #3F6949; }
span { border-color: rgb(63,105,73); }
td.TdClassName
{
border-color: #3F6949;
}
.TagClassName
{
border-color: #3F6949;
}
</style>