Shades of Killarney #3A7142
Tints of Killarney #3A7142
RGB
CMYK
RGB Variations
Color information
#3A7142 (or 0x3A7142) is known color: Killarney. HEX triplet: 3A, 71 and 42. RGB value is (58,113,66). Sum of RGB (Red+Green+Blue) = 58+113+66=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7142 is #C58EBD. Grayscale: #5B5B5B. Windows color (decimal): -12947134 or 4354362. OLE color: 4354362.
HSL color Cylindrical-coordinate representation of color #3A7142: hue angle of 128.73º 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 #3A7142 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 66 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.56 |
| HSL | 128.73º | 0.32% | 0.34% | - |
| HSV(B) | 128.73º | 0.49% | 0.44% | - |
| XYZ | 8.63 | 13.1 | 7.23 | - |
| YUV | 91.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 66 | 0.49 | 0 | 0.42 | 0.56 | 128.73 | 0.32 | 0.34 |
| Hex | 3A | 71 | 42 | 31 | 0 | 2A | 38 | 81 | 20 | 22 |
| Octal | 72 | 161 | 102 | 61 | 0 | 52 | 70 | 201 | 40 | 42 |
| Binary | 111010 | 1110001 | 1000010 | 110001 | 0 | 101010 | 111000 | 10000001 | 100000 | 100010 |
Color Harmonies of #3A7142
Complementary color
Monochromatic Colors of #3A7142
Black with #3A7142
Text Example
Text Example
White with #3A7142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7142; }
p { color: rgb(58,113,66); }
H1.HeaderClassName
{
color: #3A7142;
}
.AnyTagClassName
{
color: #3A7142;
}
</style>
background-color css
<style>
a { background-color: #3A7142; }
a { background-color: rgb(58,113,66); }
div.DivClassName
{
background-color: #3A7142;
}
.BgClassName
{
background-color: #3A7142;
}
</style>
border-color css
<style>
span { border-color: #3A7142; }
span { border-color: rgb(58,113,66); }
td.TdClassName
{
border-color: #3A7142;
}
.TagClassName
{
border-color: #3A7142;
}
</style>