Shades of Killarney #3A7145
Tints of Killarney #3A7145
RGB
CMYK
RGB Variations
Color information
#3A7145 (or 0x3A7145) is known color: Killarney. HEX triplet: 3A, 71 and 45. RGB value is (58,113,69). Sum of RGB (Red+Green+Blue) = 58+113+69=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7145 is #C58EBA. Grayscale: #5B5B5B. Windows color (decimal): -12947131 or 4550970. OLE color: 4550970.
HSL color Cylindrical-coordinate representation of color #3A7145: hue angle of 132º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7145 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 69 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.56 |
| HSL | 132º | 0.32% | 0.34% | - |
| HSV(B) | 132º | 0.49% | 0.44% | - |
| XYZ | 8.72 | 13.14 | 7.71 | - |
| YUV | 91.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 69 | 0.49 | 0 | 0.39 | 0.56 | 132 | 0.32 | 0.34 |
| Hex | 3A | 71 | 45 | 31 | 0 | 27 | 38 | 84 | 20 | 22 |
| Octal | 72 | 161 | 105 | 61 | 0 | 47 | 70 | 204 | 40 | 42 |
| Binary | 111010 | 1110001 | 1000101 | 110001 | 0 | 100111 | 111000 | 10000100 | 100000 | 100010 |
Color Harmonies of #3A7145
Complementary color
Monochromatic Colors of #3A7145
Black with #3A7145
Text Example
Text Example
White with #3A7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7145; }
p { color: rgb(58,113,69); }
H1.HeaderClassName
{
color: #3A7145;
}
.AnyTagClassName
{
color: #3A7145;
}
</style>
background-color css
<style>
a { background-color: #3A7145; }
a { background-color: rgb(58,113,69); }
div.DivClassName
{
background-color: #3A7145;
}
.BgClassName
{
background-color: #3A7145;
}
</style>
border-color css
<style>
span { border-color: #3A7145; }
span { border-color: rgb(58,113,69); }
td.TdClassName
{
border-color: #3A7145;
}
.TagClassName
{
border-color: #3A7145;
}
</style>