Shades of Killarney #3A7546
Tints of Killarney #3A7546
RGB
CMYK
RGB Variations
Color information
#3A7546 (or 0x3A7546) is known color: Killarney. HEX triplet: 3A, 75 and 46. RGB value is (58,117,70). Sum of RGB (Red+Green+Blue) = 58+117+70=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7546 is #C58AB9. Grayscale: #5E5E5E. Windows color (decimal): -12946106 or 4617530. OLE color: 4617530.
HSL color Cylindrical-coordinate representation of color #3A7546: hue angle of 132.2º 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 #3A7546 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 70 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.54 |
| HSL | 132.2º | 0.34% | 0.34% | - |
| HSV(B) | 132.2º | 0.5% | 0.46% | - |
| XYZ | 9.21 | 14.06 | 8.02 | - |
| YUV | 94 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 70 | 0.50 | 0 | 0.40 | 0.54 | 132.2 | 0.34 | 0.34 |
| Hex | 3A | 75 | 46 | 32 | 0 | 28 | 36 | 84 | 22 | 22 |
| Octal | 72 | 165 | 106 | 62 | 0 | 50 | 66 | 204 | 42 | 42 |
| Binary | 111010 | 1110101 | 1000110 | 110010 | 0 | 101000 | 110110 | 10000100 | 100010 | 100010 |
Color Harmonies of #3A7546
Complementary color
Monochromatic Colors of #3A7546
Black with #3A7546
Text Example
Text Example
White with #3A7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7546; }
p { color: rgb(58,117,70); }
H1.HeaderClassName
{
color: #3A7546;
}
.AnyTagClassName
{
color: #3A7546;
}
</style>
background-color css
<style>
a { background-color: #3A7546; }
a { background-color: rgb(58,117,70); }
div.DivClassName
{
background-color: #3A7546;
}
.BgClassName
{
background-color: #3A7546;
}
</style>
border-color css
<style>
span { border-color: #3A7546; }
span { border-color: rgb(58,117,70); }
td.TdClassName
{
border-color: #3A7546;
}
.TagClassName
{
border-color: #3A7546;
}
</style>