Shades of Killarney #3D7049
Tints of Killarney #3D7049
RGB
CMYK
RGB Variations
Color information
#3D7049 (or 0x3D7049) is known color: Killarney. HEX triplet: 3D, 70 and 49. RGB value is (61,112,73). Sum of RGB (Red+Green+Blue) = 61+112+73=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7049 is #C28FB6. Grayscale: #5C5C5C. Windows color (decimal): -12750775 or 4812861. OLE color: 4812861.
HSL color Cylindrical-coordinate representation of color #3D7049: hue angle of 134.12º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7049 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 73 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.56 |
| HSL | 134.12º | 0.29% | 0.34% | - |
| HSV(B) | 134.12º | 0.46% | 0.44% | - |
| XYZ | 8.92 | 13.06 | 8.35 | - |
| YUV | 92.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 73 | 0.46 | 0 | 0.35 | 0.56 | 134.12 | 0.29 | 0.34 |
| Hex | 3D | 70 | 49 | 2E | 0 | 23 | 38 | 86 | 1D | 22 |
| Octal | 75 | 160 | 111 | 56 | 0 | 43 | 70 | 206 | 35 | 42 |
| Binary | 111101 | 1110000 | 1001001 | 101110 | 0 | 100011 | 111000 | 10000110 | 11101 | 100010 |
Color Harmonies of #3D7049
Complementary color
Monochromatic Colors of #3D7049
Black with #3D7049
Text Example
Text Example
White with #3D7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7049; }
p { color: rgb(61,112,73); }
H1.HeaderClassName
{
color: #3D7049;
}
.AnyTagClassName
{
color: #3D7049;
}
</style>
background-color css
<style>
a { background-color: #3D7049; }
a { background-color: rgb(61,112,73); }
div.DivClassName
{
background-color: #3D7049;
}
.BgClassName
{
background-color: #3D7049;
}
</style>
border-color css
<style>
span { border-color: #3D7049; }
span { border-color: rgb(61,112,73); }
td.TdClassName
{
border-color: #3D7049;
}
.TagClassName
{
border-color: #3D7049;
}
</style>