Shades of Killarney #3D7748
Tints of Killarney #3D7748
RGB
CMYK
RGB Variations
Color information
#3D7748 (or 0x3D7748) is known color: Killarney. HEX triplet: 3D, 77 and 48. RGB value is (61,119,72). Sum of RGB (Red+Green+Blue) = 61+119+72=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7748 is #C288B7. Grayscale: #606060. Windows color (decimal): -12748984 or 4749117. OLE color: 4749117.
HSL color Cylindrical-coordinate representation of color #3D7748: hue angle of 131.38º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7748 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 72 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.53 |
| HSL | 131.38º | 0.32% | 0.35% | - |
| HSV(B) | 131.38º | 0.49% | 0.47% | - |
| XYZ | 9.69 | 14.65 | 8.45 | - |
| YUV | 96.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 72 | 0.49 | 0 | 0.39 | 0.53 | 131.38 | 0.32 | 0.35 |
| Hex | 3D | 77 | 48 | 31 | 0 | 27 | 35 | 83 | 20 | 23 |
| Octal | 75 | 167 | 110 | 61 | 0 | 47 | 65 | 203 | 40 | 43 |
| Binary | 111101 | 1110111 | 1001000 | 110001 | 0 | 100111 | 110101 | 10000011 | 100000 | 100011 |
Color Harmonies of #3D7748
Complementary color
Monochromatic Colors of #3D7748
Black with #3D7748
Text Example
Text Example
White with #3D7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7748; }
p { color: rgb(61,119,72); }
H1.HeaderClassName
{
color: #3D7748;
}
.AnyTagClassName
{
color: #3D7748;
}
</style>
background-color css
<style>
a { background-color: #3D7748; }
a { background-color: rgb(61,119,72); }
div.DivClassName
{
background-color: #3D7748;
}
.BgClassName
{
background-color: #3D7748;
}
</style>
border-color css
<style>
span { border-color: #3D7748; }
span { border-color: rgb(61,119,72); }
td.TdClassName
{
border-color: #3D7748;
}
.TagClassName
{
border-color: #3D7748;
}
</style>