Shades of Killarney #3D7D48
Tints of Killarney #3D7D48
RGB
CMYK
RGB Variations
Color information
#3D7D48 (or 0x3D7D48) is known color: Killarney. HEX triplet: 3D, 7D and 48. RGB value is (61,125,72). Sum of RGB (Red+Green+Blue) = 61+125+72=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7D48 is #C282B7. Grayscale: #636363. Windows color (decimal): -12747448 or 4750653. OLE color: 4750653.
HSL color Cylindrical-coordinate representation of color #3D7D48: hue angle of 130.31º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D7D48 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 125 | 72 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.51 |
| HSL | 130.31º | 0.34% | 0.36% | - |
| HSV(B) | 130.31º | 0.51% | 0.49% | - |
| XYZ | 10.43 | 16.13 | 8.69 | - |
| YUV | 99.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 125 | 72 | 0.51 | 0 | 0.42 | 0.51 | 130.31 | 0.34 | 0.36 |
| Hex | 3D | 7D | 48 | 33 | 0 | 2A | 33 | 82 | 22 | 24 |
| Octal | 75 | 175 | 110 | 63 | 0 | 52 | 63 | 202 | 42 | 44 |
| Binary | 111101 | 1111101 | 1001000 | 110011 | 0 | 101010 | 110011 | 10000010 | 100010 | 100100 |
Color Harmonies of #3D7D48
Complementary color
Monochromatic Colors of #3D7D48
Black with #3D7D48
Text Example
Text Example
White with #3D7D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7D48; }
p { color: rgb(61,125,72); }
H1.HeaderClassName
{
color: #3D7D48;
}
.AnyTagClassName
{
color: #3D7D48;
}
</style>
background-color css
<style>
a { background-color: #3D7D48; }
a { background-color: rgb(61,125,72); }
div.DivClassName
{
background-color: #3D7D48;
}
.BgClassName
{
background-color: #3D7D48;
}
</style>
border-color css
<style>
span { border-color: #3D7D48; }
span { border-color: rgb(61,125,72); }
td.TdClassName
{
border-color: #3D7D48;
}
.TagClassName
{
border-color: #3D7D48;
}
</style>