Shades of Killarney #3A8049
Tints of Killarney #3A8049
RGB
CMYK
RGB Variations
Color information
#3A8049 (or 0x3A8049) is known color: Killarney. HEX triplet: 3A, 80 and 49. RGB value is (58,128,73). Sum of RGB (Red+Green+Blue) = 58+128+73=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8049 is #C57FB6. Grayscale: #646464. Windows color (decimal): -12943287 or 4816954. OLE color: 4816954.
HSL color Cylindrical-coordinate representation of color #3A8049: hue angle of 132.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8049 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 73 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.50 |
| HSL | 132.86º | 0.38% | 0.36% | - |
| HSV(B) | 132.86º | 0.55% | 0.5% | - |
| XYZ | 10.67 | 16.82 | 8.99 | - |
| YUV | 100.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 73 | 0.55 | 0 | 0.43 | 0.50 | 132.86 | 0.38 | 0.36 |
| Hex | 3A | 80 | 49 | 37 | 0 | 2B | 32 | 85 | 26 | 24 |
| Octal | 72 | 200 | 111 | 67 | 0 | 53 | 62 | 205 | 46 | 44 |
| Binary | 111010 | 10000000 | 1001001 | 110111 | 0 | 101011 | 110010 | 10000101 | 100110 | 100100 |
Color Harmonies of #3A8049
Complementary color
Monochromatic Colors of #3A8049
Black with #3A8049
Text Example
Text Example
White with #3A8049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8049; }
p { color: rgb(58,128,73); }
H1.HeaderClassName
{
color: #3A8049;
}
.AnyTagClassName
{
color: #3A8049;
}
</style>
background-color css
<style>
a { background-color: #3A8049; }
a { background-color: rgb(58,128,73); }
div.DivClassName
{
background-color: #3A8049;
}
.BgClassName
{
background-color: #3A8049;
}
</style>
border-color css
<style>
span { border-color: #3A8049; }
span { border-color: rgb(58,128,73); }
td.TdClassName
{
border-color: #3A8049;
}
.TagClassName
{
border-color: #3A8049;
}
</style>