Shades of Killarney #3A7045
Tints of Killarney #3A7045
RGB
CMYK
RGB Variations
Color information
#3A7045 (or 0x3A7045) is known color: Killarney. HEX triplet: 3A, 70 and 45. RGB value is (58,112,69). Sum of RGB (Red+Green+Blue) = 58+112+69=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7045 is #C58FBA. Grayscale: #5B5B5B. Windows color (decimal): -12947387 or 4550714. OLE color: 4550714.
HSL color Cylindrical-coordinate representation of color #3A7045: hue angle of 132.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7045 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 69 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.56 |
| HSL | 132.22º | 0.32% | 0.33% | - |
| HSV(B) | 132.22º | 0.48% | 0.44% | - |
| XYZ | 8.61 | 12.92 | 7.67 | - |
| YUV | 90.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 69 | 0.48 | 0 | 0.38 | 0.56 | 132.22 | 0.32 | 0.33 |
| Hex | 3A | 70 | 45 | 30 | 0 | 26 | 38 | 84 | 20 | 21 |
| Octal | 72 | 160 | 105 | 60 | 0 | 46 | 70 | 204 | 40 | 41 |
| Binary | 111010 | 1110000 | 1000101 | 110000 | 0 | 100110 | 111000 | 10000100 | 100000 | 100001 |
Color Harmonies of #3A7045
Complementary color
Monochromatic Colors of #3A7045
Black with #3A7045
Text Example
Text Example
White with #3A7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7045; }
p { color: rgb(58,112,69); }
H1.HeaderClassName
{
color: #3A7045;
}
.AnyTagClassName
{
color: #3A7045;
}
</style>
background-color css
<style>
a { background-color: #3A7045; }
a { background-color: rgb(58,112,69); }
div.DivClassName
{
background-color: #3A7045;
}
.BgClassName
{
background-color: #3A7045;
}
</style>
border-color css
<style>
span { border-color: #3A7045; }
span { border-color: rgb(58,112,69); }
td.TdClassName
{
border-color: #3A7045;
}
.TagClassName
{
border-color: #3A7045;
}
</style>