Shades of Killarney #3D874B
Tints of Killarney #3D874B
RGB
CMYK
RGB Variations
Color information
#3D874B (or 0x3D874B) is known color: Killarney. HEX triplet: 3D, 87 and 4B. RGB value is (61,135,75). Sum of RGB (Red+Green+Blue) = 61+135+75=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #3D874B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D874B is #C278B4. Grayscale: #6A6A6A. Windows color (decimal): -12744885 or 4949821. OLE color: 4949821.
HSL color Cylindrical-coordinate representation of color #3D874B: hue angle of 131.35º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D874B is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 135 | 75 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.47 |
| HSL | 131.35º | 0.38% | 0.38% | - |
| HSV(B) | 131.35º | 0.55% | 0.53% | - |
| XYZ | 11.86 | 18.83 | 9.67 | - |
| YUV | 106.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 75 | 0.55 | 0 | 0.44 | 0.47 | 131.35 | 0.38 | 0.38 |
| Hex | 3D | 87 | 4B | 37 | 0 | 2C | 2F | 83 | 26 | 26 |
| Octal | 75 | 207 | 113 | 67 | 0 | 54 | 57 | 203 | 46 | 46 |
| Binary | 111101 | 10000111 | 1001011 | 110111 | 0 | 101100 | 101111 | 10000011 | 100110 | 100110 |
Color Harmonies of #3D874B
Complementary color
Monochromatic Colors of #3D874B
Black with #3D874B
Text Example
Text Example
White with #3D874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D874B; }
p { color: rgb(61,135,75); }
H1.HeaderClassName
{
color: #3D874B;
}
.AnyTagClassName
{
color: #3D874B;
}
</style>
background-color css
<style>
a { background-color: #3D874B; }
a { background-color: rgb(61,135,75); }
div.DivClassName
{
background-color: #3D874B;
}
.BgClassName
{
background-color: #3D874B;
}
</style>
border-color css
<style>
span { border-color: #3D874B; }
span { border-color: rgb(61,135,75); }
td.TdClassName
{
border-color: #3D874B;
}
.TagClassName
{
border-color: #3D874B;
}
</style>