Shades of Killarney #3A8A46
Tints of Killarney #3A8A46
RGB
CMYK
RGB Variations
Color information
#3A8A46 (or 0x3A8A46) is known color: Killarney. HEX triplet: 3A, 8A and 46. RGB value is (58,138,70). Sum of RGB (Red+Green+Blue) = 58+138+70=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8A46 is #C575B9. Grayscale: #6A6A6A. Windows color (decimal): -12940730 or 4622906. OLE color: 4622906.
HSL color Cylindrical-coordinate representation of color #3A8A46: hue angle of 129º 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 #3A8A46 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 70 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.46 |
| HSL | 129º | 0.41% | 0.38% | - |
| HSV(B) | 129º | 0.58% | 0.54% | - |
| XYZ | 11.94 | 19.52 | 8.93 | - |
| YUV | 106.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 70 | 0.58 | 0 | 0.49 | 0.46 | 129 | 0.41 | 0.38 |
| Hex | 3A | 8A | 46 | 3A | 0 | 31 | 2E | 81 | 29 | 26 |
| Octal | 72 | 212 | 106 | 72 | 0 | 61 | 56 | 201 | 51 | 46 |
| Binary | 111010 | 10001010 | 1000110 | 111010 | 0 | 110001 | 101110 | 10000001 | 101001 | 100110 |
Color Harmonies of #3A8A46
Complementary color
Monochromatic Colors of #3A8A46
Black with #3A8A46
Text Example
Text Example
White with #3A8A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A46; }
p { color: rgb(58,138,70); }
H1.HeaderClassName
{
color: #3A8A46;
}
.AnyTagClassName
{
color: #3A8A46;
}
</style>
background-color css
<style>
a { background-color: #3A8A46; }
a { background-color: rgb(58,138,70); }
div.DivClassName
{
background-color: #3A8A46;
}
.BgClassName
{
background-color: #3A8A46;
}
</style>
border-color css
<style>
span { border-color: #3A8A46; }
span { border-color: rgb(58,138,70); }
td.TdClassName
{
border-color: #3A8A46;
}
.TagClassName
{
border-color: #3A8A46;
}
</style>