Shades of Killarney #3A7443
Tints of Killarney #3A7443
RGB
CMYK
RGB Variations
Color information
#3A7443 (or 0x3A7443) is known color: Killarney. HEX triplet: 3A, 74 and 43. RGB value is (58,116,67). Sum of RGB (Red+Green+Blue) = 58+116+67=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7443 is #C58BBC. Grayscale: #5D5D5D. Windows color (decimal): -12946365 or 4420666. OLE color: 4420666.
HSL color Cylindrical-coordinate representation of color #3A7443: hue angle of 129.31º 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 #3A7443 is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 67 | - |
| CMYK | 0.5 | 0 | 0.42 | 0.55 |
| HSL | 129.31º | 0.33% | 0.34% | - |
| HSV(B) | 129.31º | 0.5% | 0.45% | - |
| XYZ | 9 | 13.8 | 7.5 | - |
| YUV | 93.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 67 | 0.5 | 0 | 0.42 | 0.55 | 129.31 | 0.33 | 0.34 |
| Hex | 3A | 74 | 43 | 32 | 0 | 2A | 37 | 81 | 21 | 22 |
| Octal | 72 | 164 | 103 | 62 | 0 | 52 | 67 | 201 | 41 | 42 |
| Binary | 111010 | 1110100 | 1000011 | 110010 | 0 | 101010 | 110111 | 10000001 | 100001 | 100010 |
Color Harmonies of #3A7443
Complementary color
Monochromatic Colors of #3A7443
Black with #3A7443
Text Example
Text Example
White with #3A7443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7443; }
p { color: rgb(58,116,67); }
H1.HeaderClassName
{
color: #3A7443;
}
.AnyTagClassName
{
color: #3A7443;
}
</style>
background-color css
<style>
a { background-color: #3A7443; }
a { background-color: rgb(58,116,67); }
div.DivClassName
{
background-color: #3A7443;
}
.BgClassName
{
background-color: #3A7443;
}
</style>
border-color css
<style>
span { border-color: #3A7443; }
span { border-color: rgb(58,116,67); }
td.TdClassName
{
border-color: #3A7443;
}
.TagClassName
{
border-color: #3A7443;
}
</style>