Shades of Killarney #3A7E47
Tints of Killarney #3A7E47
RGB
CMYK
RGB Variations
Color information
#3A7E47 (or 0x3A7E47) is known color: Killarney. HEX triplet: 3A, 7E and 47. RGB value is (58,126,71). Sum of RGB (Red+Green+Blue) = 58+126+71=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7E47 is #C581B8. Grayscale: #636363. Windows color (decimal): -12943801 or 4685370. OLE color: 4685370.
HSL color Cylindrical-coordinate representation of color #3A7E47: hue angle of 131.47º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7E47 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 71 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.51 |
| HSL | 131.47º | 0.37% | 0.36% | - |
| HSV(B) | 131.47º | 0.54% | 0.49% | - |
| XYZ | 10.34 | 16.28 | 8.56 | - |
| YUV | 99.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 71 | 0.54 | 0 | 0.44 | 0.51 | 131.47 | 0.37 | 0.36 |
| Hex | 3A | 7E | 47 | 36 | 0 | 2C | 33 | 83 | 25 | 24 |
| Octal | 72 | 176 | 107 | 66 | 0 | 54 | 63 | 203 | 45 | 44 |
| Binary | 111010 | 1111110 | 1000111 | 110110 | 0 | 101100 | 110011 | 10000011 | 100101 | 100100 |
Color Harmonies of #3A7E47
Complementary color
Monochromatic Colors of #3A7E47
Black with #3A7E47
Text Example
Text Example
White with #3A7E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E47; }
p { color: rgb(58,126,71); }
H1.HeaderClassName
{
color: #3A7E47;
}
.AnyTagClassName
{
color: #3A7E47;
}
</style>
background-color css
<style>
a { background-color: #3A7E47; }
a { background-color: rgb(58,126,71); }
div.DivClassName
{
background-color: #3A7E47;
}
.BgClassName
{
background-color: #3A7E47;
}
</style>
border-color css
<style>
span { border-color: #3A7E47; }
span { border-color: rgb(58,126,71); }
td.TdClassName
{
border-color: #3A7E47;
}
.TagClassName
{
border-color: #3A7E47;
}
</style>