Shades of Killarney #3A7444
Tints of Killarney #3A7444
RGB
CMYK
RGB Variations
Color information
#3A7444 (or 0x3A7444) is known color: Killarney. HEX triplet: 3A, 74 and 44. RGB value is (58,116,68). Sum of RGB (Red+Green+Blue) = 58+116+68=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7444 is #C58BBB. Grayscale: #5D5D5D. Windows color (decimal): -12946364 or 4486202. OLE color: 4486202.
HSL color Cylindrical-coordinate representation of color #3A7444: hue angle of 130.34º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7444 is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 68 | - |
| CMYK | 0.5 | 0 | 0.41 | 0.55 |
| HSL | 130.34º | 0.33% | 0.34% | - |
| HSV(B) | 130.34º | 0.5% | 0.45% | - |
| XYZ | 9.03 | 13.81 | 7.66 | - |
| YUV | 93.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 68 | 0.5 | 0 | 0.41 | 0.55 | 130.34 | 0.33 | 0.34 |
| Hex | 3A | 74 | 44 | 32 | 0 | 29 | 37 | 82 | 21 | 22 |
| Octal | 72 | 164 | 104 | 62 | 0 | 51 | 67 | 202 | 41 | 42 |
| Binary | 111010 | 1110100 | 1000100 | 110010 | 0 | 101001 | 110111 | 10000010 | 100001 | 100010 |
Color Harmonies of #3A7444
Complementary color
Monochromatic Colors of #3A7444
Black with #3A7444
Text Example
Text Example
White with #3A7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7444; }
p { color: rgb(58,116,68); }
H1.HeaderClassName
{
color: #3A7444;
}
.AnyTagClassName
{
color: #3A7444;
}
</style>
background-color css
<style>
a { background-color: #3A7444; }
a { background-color: rgb(58,116,68); }
div.DivClassName
{
background-color: #3A7444;
}
.BgClassName
{
background-color: #3A7444;
}
</style>
border-color css
<style>
span { border-color: #3A7444; }
span { border-color: rgb(58,116,68); }
td.TdClassName
{
border-color: #3A7444;
}
.TagClassName
{
border-color: #3A7444;
}
</style>