Shades of Killarney #3A8447
Tints of Killarney #3A8447
RGB
CMYK
RGB Variations
Color information
#3A8447 (or 0x3A8447) is known color: Killarney. HEX triplet: 3A, 84 and 47. RGB value is (58,132,71). Sum of RGB (Red+Green+Blue) = 58+132+71=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8447 is #C57BB8. Grayscale: #676767. Windows color (decimal): -12942265 or 4686906. OLE color: 4686906.
HSL color Cylindrical-coordinate representation of color #3A8447: hue angle of 130.54º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8447 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 71 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.48 |
| HSL | 130.54º | 0.39% | 0.37% | - |
| HSV(B) | 130.54º | 0.56% | 0.52% | - |
| XYZ | 11.13 | 17.86 | 8.82 | - |
| YUV | 102.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 71 | 0.56 | 0 | 0.46 | 0.48 | 130.54 | 0.39 | 0.37 |
| Hex | 3A | 84 | 47 | 38 | 0 | 2E | 30 | 83 | 27 | 25 |
| Octal | 72 | 204 | 107 | 70 | 0 | 56 | 60 | 203 | 47 | 45 |
| Binary | 111010 | 10000100 | 1000111 | 111000 | 0 | 101110 | 110000 | 10000011 | 100111 | 100101 |
Color Harmonies of #3A8447
Complementary color
Monochromatic Colors of #3A8447
Black with #3A8447
Text Example
Text Example
White with #3A8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8447; }
p { color: rgb(58,132,71); }
H1.HeaderClassName
{
color: #3A8447;
}
.AnyTagClassName
{
color: #3A8447;
}
</style>
background-color css
<style>
a { background-color: #3A8447; }
a { background-color: rgb(58,132,71); }
div.DivClassName
{
background-color: #3A8447;
}
.BgClassName
{
background-color: #3A8447;
}
</style>
border-color css
<style>
span { border-color: #3A8447; }
span { border-color: rgb(58,132,71); }
td.TdClassName
{
border-color: #3A8447;
}
.TagClassName
{
border-color: #3A8447;
}
</style>