Shades of Killarney #3A8B46
Tints of Killarney #3A8B46
RGB
CMYK
RGB Variations
Color information
#3A8B46 (or 0x3A8B46) is known color: Killarney. HEX triplet: 3A, 8B and 46. RGB value is (58,139,70). Sum of RGB (Red+Green+Blue) = 58+139+70=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8B46 is #C574B9. Grayscale: #6B6B6B. Windows color (decimal): -12940474 or 4623162. OLE color: 4623162.
HSL color Cylindrical-coordinate representation of color #3A8B46: hue angle of 128.89º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B46 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 70 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.45 |
| HSL | 128.89º | 0.41% | 0.39% | - |
| HSV(B) | 128.89º | 0.58% | 0.55% | - |
| XYZ | 12.08 | 19.81 | 8.98 | - |
| YUV | 106.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 70 | 0.58 | 0 | 0.50 | 0.45 | 128.89 | 0.41 | 0.39 |
| Hex | 3A | 8B | 46 | 3A | 0 | 32 | 2D | 81 | 29 | 27 |
| Octal | 72 | 213 | 106 | 72 | 0 | 62 | 55 | 201 | 51 | 47 |
| Binary | 111010 | 10001011 | 1000110 | 111010 | 0 | 110010 | 101101 | 10000001 | 101001 | 100111 |
Color Harmonies of #3A8B46
Complementary color
Monochromatic Colors of #3A8B46
Black with #3A8B46
Text Example
Text Example
White with #3A8B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B46; }
p { color: rgb(58,139,70); }
H1.HeaderClassName
{
color: #3A8B46;
}
.AnyTagClassName
{
color: #3A8B46;
}
</style>
background-color css
<style>
a { background-color: #3A8B46; }
a { background-color: rgb(58,139,70); }
div.DivClassName
{
background-color: #3A8B46;
}
.BgClassName
{
background-color: #3A8B46;
}
</style>
border-color css
<style>
span { border-color: #3A8B46; }
span { border-color: rgb(58,139,70); }
td.TdClassName
{
border-color: #3A8B46;
}
.TagClassName
{
border-color: #3A8B46;
}
</style>