Shades of Killarney #3D844D
Tints of Killarney #3D844D
RGB
CMYK
RGB Variations
Color information
#3D844D (or 0x3D844D) is known color: Killarney. HEX triplet: 3D, 84 and 4D. RGB value is (61,132,77). Sum of RGB (Red+Green+Blue) = 61+132+77=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #3D844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D844D is #C27BB2. Grayscale: #686868. Windows color (decimal): -12745651 or 5080125. OLE color: 5080125.
HSL color Cylindrical-coordinate representation of color #3D844D: hue angle of 133.52º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D844D is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 77 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.48 |
| HSL | 133.52º | 0.37% | 0.38% | - |
| HSV(B) | 133.52º | 0.54% | 0.52% | - |
| XYZ | 11.52 | 18.03 | 9.89 | - |
| YUV | 104.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 77 | 0.54 | 0 | 0.42 | 0.48 | 133.52 | 0.37 | 0.38 |
| Hex | 3D | 84 | 4D | 36 | 0 | 2A | 30 | 86 | 25 | 26 |
| Octal | 75 | 204 | 115 | 66 | 0 | 52 | 60 | 206 | 45 | 46 |
| Binary | 111101 | 10000100 | 1001101 | 110110 | 0 | 101010 | 110000 | 10000110 | 100101 | 100110 |
Color Harmonies of #3D844D
Complementary color
Monochromatic Colors of #3D844D
Black with #3D844D
Text Example
Text Example
White with #3D844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D844D; }
p { color: rgb(61,132,77); }
H1.HeaderClassName
{
color: #3D844D;
}
.AnyTagClassName
{
color: #3D844D;
}
</style>
background-color css
<style>
a { background-color: #3D844D; }
a { background-color: rgb(61,132,77); }
div.DivClassName
{
background-color: #3D844D;
}
.BgClassName
{
background-color: #3D844D;
}
</style>
border-color css
<style>
span { border-color: #3D844D; }
span { border-color: rgb(61,132,77); }
td.TdClassName
{
border-color: #3D844D;
}
.TagClassName
{
border-color: #3D844D;
}
</style>