Shades of Killarney #3D7442
Tints of Killarney #3D7442
RGB
CMYK
RGB Variations
Color information
#3D7442 (or 0x3D7442) is known color: Killarney. HEX triplet: 3D, 74 and 42. RGB value is (61,116,66). Sum of RGB (Red+Green+Blue) = 61+116+66=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #3D7442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7442 is #C28BBD. Grayscale: #5E5E5E. Windows color (decimal): -12749758 or 4355133. OLE color: 4355133.
HSL color Cylindrical-coordinate representation of color #3D7442: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7442 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 116 | 66 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.55 |
| HSL | 125.45º | 0.31% | 0.35% | - |
| HSV(B) | 125.45º | 0.47% | 0.45% | - |
| XYZ | 9.15 | 13.88 | 7.35 | - |
| YUV | 93.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 116 | 66 | 0.47 | 0 | 0.43 | 0.55 | 125.45 | 0.31 | 0.35 |
| Hex | 3D | 74 | 42 | 2F | 0 | 2B | 37 | 7D | 1F | 23 |
| Octal | 75 | 164 | 102 | 57 | 0 | 53 | 67 | 175 | 37 | 43 |
| Binary | 111101 | 1110100 | 1000010 | 101111 | 0 | 101011 | 110111 | 1111101 | 11111 | 100011 |
Color Harmonies of #3D7442
Complementary color
Monochromatic Colors of #3D7442
Black with #3D7442
Text Example
Text Example
White with #3D7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7442; }
p { color: rgb(61,116,66); }
H1.HeaderClassName
{
color: #3D7442;
}
.AnyTagClassName
{
color: #3D7442;
}
</style>
background-color css
<style>
a { background-color: #3D7442; }
a { background-color: rgb(61,116,66); }
div.DivClassName
{
background-color: #3D7442;
}
.BgClassName
{
background-color: #3D7442;
}
</style>
border-color css
<style>
span { border-color: #3D7442; }
span { border-color: rgb(61,116,66); }
td.TdClassName
{
border-color: #3D7442;
}
.TagClassName
{
border-color: #3D7442;
}
</style>