Shades of Killarney #3A7043
Tints of Killarney #3A7043
RGB
CMYK
RGB Variations
Color information
#3A7043 (or 0x3A7043) is known color: Killarney. HEX triplet: 3A, 70 and 43. RGB value is (58,112,67). Sum of RGB (Red+Green+Blue) = 58+112+67=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7043 is #C58FBC. Grayscale: #5A5A5A. Windows color (decimal): -12947389 or 4419642. OLE color: 4419642.
HSL color Cylindrical-coordinate representation of color #3A7043: hue angle of 130º 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 #3A7043 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 67 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.56 |
| HSL | 130º | 0.32% | 0.33% | - |
| HSV(B) | 130º | 0.48% | 0.44% | - |
| XYZ | 8.55 | 12.89 | 7.35 | - |
| YUV | 90.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 67 | 0.48 | 0 | 0.40 | 0.56 | 130 | 0.32 | 0.33 |
| Hex | 3A | 70 | 43 | 30 | 0 | 28 | 38 | 82 | 20 | 21 |
| Octal | 72 | 160 | 103 | 60 | 0 | 50 | 70 | 202 | 40 | 41 |
| Binary | 111010 | 1110000 | 1000011 | 110000 | 0 | 101000 | 111000 | 10000010 | 100000 | 100001 |
Color Harmonies of #3A7043
Complementary color
Monochromatic Colors of #3A7043
Black with #3A7043
Text Example
Text Example
White with #3A7043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7043; }
p { color: rgb(58,112,67); }
H1.HeaderClassName
{
color: #3A7043;
}
.AnyTagClassName
{
color: #3A7043;
}
</style>
background-color css
<style>
a { background-color: #3A7043; }
a { background-color: rgb(58,112,67); }
div.DivClassName
{
background-color: #3A7043;
}
.BgClassName
{
background-color: #3A7043;
}
</style>
border-color css
<style>
span { border-color: #3A7043; }
span { border-color: rgb(58,112,67); }
td.TdClassName
{
border-color: #3A7043;
}
.TagClassName
{
border-color: #3A7043;
}
</style>