Shades of Killarney #3D854B
Tints of Killarney #3D854B
RGB
CMYK
RGB Variations
Color information
#3D854B (or 0x3D854B) is known color: Killarney. HEX triplet: 3D, 85 and 4B. RGB value is (61,133,75). Sum of RGB (Red+Green+Blue) = 61+133+75=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #3D854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D854B is #C27AB4. Grayscale: #696969. Windows color (decimal): -12745397 or 4949309. OLE color: 4949309.
HSL color Cylindrical-coordinate representation of color #3D854B: hue angle of 131.67º 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 #3D854B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 75 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.48 |
| HSL | 131.67º | 0.37% | 0.38% | - |
| HSV(B) | 131.67º | 0.54% | 0.52% | - |
| XYZ | 11.58 | 18.28 | 9.57 | - |
| YUV | 104.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 75 | 0.54 | 0 | 0.44 | 0.48 | 131.67 | 0.37 | 0.38 |
| Hex | 3D | 85 | 4B | 36 | 0 | 2C | 30 | 84 | 25 | 26 |
| Octal | 75 | 205 | 113 | 66 | 0 | 54 | 60 | 204 | 45 | 46 |
| Binary | 111101 | 10000101 | 1001011 | 110110 | 0 | 101100 | 110000 | 10000100 | 100101 | 100110 |
Color Harmonies of #3D854B
Complementary color
Monochromatic Colors of #3D854B
Black with #3D854B
Text Example
Text Example
White with #3D854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D854B; }
p { color: rgb(61,133,75); }
H1.HeaderClassName
{
color: #3D854B;
}
.AnyTagClassName
{
color: #3D854B;
}
</style>
background-color css
<style>
a { background-color: #3D854B; }
a { background-color: rgb(61,133,75); }
div.DivClassName
{
background-color: #3D854B;
}
.BgClassName
{
background-color: #3D854B;
}
</style>
border-color css
<style>
span { border-color: #3D854B; }
span { border-color: rgb(61,133,75); }
td.TdClassName
{
border-color: #3D854B;
}
.TagClassName
{
border-color: #3D854B;
}
</style>