Shades of Killarney #3D8D41
Tints of Killarney #3D8D41
RGB
CMYK
RGB Variations
Color information
#3D8D41 (or 0x3D8D41) is known color: Killarney. HEX triplet: 3D, 8D and 41. RGB value is (61,141,65). Sum of RGB (Red+Green+Blue) = 61+141+65=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8D41 is #C272BE. Grayscale: #6C6C6C. Windows color (decimal): -12743359 or 4295997. OLE color: 4295997.
HSL color Cylindrical-coordinate representation of color #3D8D41: hue angle of 123º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8D41 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 141 | 65 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.45 |
| HSL | 123º | 0.4% | 0.4% | - |
| HSV(B) | 123º | 0.57% | 0.55% | - |
| XYZ | 12.4 | 20.42 | 8.29 | - |
| YUV | 108.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 65 | 0.57 | 0 | 0.54 | 0.45 | 123 | 0.4 | 0.4 |
| Hex | 3D | 8D | 41 | 39 | 0 | 36 | 2D | 7B | 28 | 28 |
| Octal | 75 | 215 | 101 | 71 | 0 | 66 | 55 | 173 | 50 | 50 |
| Binary | 111101 | 10001101 | 1000001 | 111001 | 0 | 110110 | 101101 | 1111011 | 101000 | 101000 |
Color Harmonies of #3D8D41
Complementary color
Monochromatic Colors of #3D8D41
Black with #3D8D41
Text Example
Text Example
White with #3D8D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8D41; }
p { color: rgb(61,141,65); }
H1.HeaderClassName
{
color: #3D8D41;
}
.AnyTagClassName
{
color: #3D8D41;
}
</style>
background-color css
<style>
a { background-color: #3D8D41; }
a { background-color: rgb(61,141,65); }
div.DivClassName
{
background-color: #3D8D41;
}
.BgClassName
{
background-color: #3D8D41;
}
</style>
border-color css
<style>
span { border-color: #3D8D41; }
span { border-color: rgb(61,141,65); }
td.TdClassName
{
border-color: #3D8D41;
}
.TagClassName
{
border-color: #3D8D41;
}
</style>