Shades of Killarney #3A7547
Tints of Killarney #3A7547
RGB
CMYK
RGB Variations
Color information
#3A7547 (or 0x3A7547) is known color: Killarney. HEX triplet: 3A, 75 and 47. RGB value is (58,117,71). Sum of RGB (Red+Green+Blue) = 58+117+71=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7547 is #C58AB8. Grayscale: #5E5E5E. Windows color (decimal): -12946105 or 4683066. OLE color: 4683066.
HSL color Cylindrical-coordinate representation of color #3A7547: hue angle of 133.22º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7547 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 71 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.54 |
| HSL | 133.22º | 0.34% | 0.34% | - |
| HSV(B) | 133.22º | 0.5% | 0.46% | - |
| XYZ | 9.24 | 14.08 | 8.19 | - |
| YUV | 94.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 71 | 0.50 | 0 | 0.39 | 0.54 | 133.22 | 0.34 | 0.34 |
| Hex | 3A | 75 | 47 | 32 | 0 | 27 | 36 | 85 | 22 | 22 |
| Octal | 72 | 165 | 107 | 62 | 0 | 47 | 66 | 205 | 42 | 42 |
| Binary | 111010 | 1110101 | 1000111 | 110010 | 0 | 100111 | 110110 | 10000101 | 100010 | 100010 |
Color Harmonies of #3A7547
Complementary color
Monochromatic Colors of #3A7547
Black with #3A7547
Text Example
Text Example
White with #3A7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7547; }
p { color: rgb(58,117,71); }
H1.HeaderClassName
{
color: #3A7547;
}
.AnyTagClassName
{
color: #3A7547;
}
</style>
background-color css
<style>
a { background-color: #3A7547; }
a { background-color: rgb(58,117,71); }
div.DivClassName
{
background-color: #3A7547;
}
.BgClassName
{
background-color: #3A7547;
}
</style>
border-color css
<style>
span { border-color: #3A7547; }
span { border-color: rgb(58,117,71); }
td.TdClassName
{
border-color: #3A7547;
}
.TagClassName
{
border-color: #3A7547;
}
</style>