Shades of Killarney #3A8949
Tints of Killarney #3A8949
RGB
CMYK
RGB Variations
Color information
#3A8949 (or 0x3A8949) is known color: Killarney. HEX triplet: 3A, 89 and 49. RGB value is (58,137,73). Sum of RGB (Red+Green+Blue) = 58+137+73=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8949 is #C576B6. Grayscale: #6A6A6A. Windows color (decimal): -12940983 or 4819258. OLE color: 4819258.
HSL color Cylindrical-coordinate representation of color #3A8949: hue angle of 131.39º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8949 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 73 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.46 |
| HSL | 131.39º | 0.41% | 0.38% | - |
| HSV(B) | 131.39º | 0.58% | 0.54% | - |
| XYZ | 11.89 | 19.27 | 9.4 | - |
| YUV | 106.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 73 | 0.58 | 0 | 0.47 | 0.46 | 131.39 | 0.41 | 0.38 |
| Hex | 3A | 89 | 49 | 3A | 0 | 2F | 2E | 83 | 29 | 26 |
| Octal | 72 | 211 | 111 | 72 | 0 | 57 | 56 | 203 | 51 | 46 |
| Binary | 111010 | 10001001 | 1001001 | 111010 | 0 | 101111 | 101110 | 10000011 | 101001 | 100110 |
Color Harmonies of #3A8949
Complementary color
Monochromatic Colors of #3A8949
Black with #3A8949
Text Example
Text Example
White with #3A8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8949; }
p { color: rgb(58,137,73); }
H1.HeaderClassName
{
color: #3A8949;
}
.AnyTagClassName
{
color: #3A8949;
}
</style>
background-color css
<style>
a { background-color: #3A8949; }
a { background-color: rgb(58,137,73); }
div.DivClassName
{
background-color: #3A8949;
}
.BgClassName
{
background-color: #3A8949;
}
</style>
border-color css
<style>
span { border-color: #3A8949; }
span { border-color: rgb(58,137,73); }
td.TdClassName
{
border-color: #3A8949;
}
.TagClassName
{
border-color: #3A8949;
}
</style>