Shades of Killarney #3D814D
Tints of Killarney #3D814D
RGB
CMYK
RGB Variations
Color information
#3D814D (or 0x3D814D) is known color: Killarney. HEX triplet: 3D, 81 and 4D. RGB value is (61,129,77). Sum of RGB (Red+Green+Blue) = 61+129+77=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #3D814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D814D is #C27EB2. Grayscale: #666666. Windows color (decimal): -12746419 or 5079357. OLE color: 5079357.
HSL color Cylindrical-coordinate representation of color #3D814D: hue angle of 134.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D814D is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 129 | 77 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.49 |
| HSL | 134.12º | 0.36% | 0.37% | - |
| HSV(B) | 134.12º | 0.53% | 0.51% | - |
| XYZ | 11.11 | 17.23 | 9.76 | - |
| YUV | 102.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 77 | 0.53 | 0 | 0.40 | 0.49 | 134.12 | 0.36 | 0.37 |
| Hex | 3D | 81 | 4D | 35 | 0 | 28 | 31 | 86 | 24 | 25 |
| Octal | 75 | 201 | 115 | 65 | 0 | 50 | 61 | 206 | 44 | 45 |
| Binary | 111101 | 10000001 | 1001101 | 110101 | 0 | 101000 | 110001 | 10000110 | 100100 | 100101 |
Color Harmonies of #3D814D
Complementary color
Monochromatic Colors of #3D814D
Black with #3D814D
Text Example
Text Example
White with #3D814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D814D; }
p { color: rgb(61,129,77); }
H1.HeaderClassName
{
color: #3D814D;
}
.AnyTagClassName
{
color: #3D814D;
}
</style>
background-color css
<style>
a { background-color: #3D814D; }
a { background-color: rgb(61,129,77); }
div.DivClassName
{
background-color: #3D814D;
}
.BgClassName
{
background-color: #3D814D;
}
</style>
border-color css
<style>
span { border-color: #3D814D; }
span { border-color: rgb(61,129,77); }
td.TdClassName
{
border-color: #3D814D;
}
.TagClassName
{
border-color: #3D814D;
}
</style>