Shades of Killarney #3A6F46
Tints of Killarney #3A6F46
RGB
CMYK
RGB Variations
Color information
#3A6F46 (or 0x3A6F46) is known color: Killarney. HEX triplet: 3A, 6F and 46. RGB value is (58,111,70). Sum of RGB (Red+Green+Blue) = 58+111+70=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F46 is #C590B9. Grayscale: #5A5A5A. Windows color (decimal): -12947642 or 4615994. OLE color: 4615994.
HSL color Cylindrical-coordinate representation of color #3A6F46: hue angle of 133.58º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F46 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 70 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.56 |
| HSL | 133.58º | 0.31% | 0.33% | - |
| HSV(B) | 133.58º | 0.48% | 0.44% | - |
| XYZ | 8.53 | 12.71 | 7.8 | - |
| YUV | 90.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 70 | 0.48 | 0 | 0.37 | 0.56 | 133.58 | 0.31 | 0.33 |
| Hex | 3A | 6F | 46 | 30 | 0 | 25 | 38 | 86 | 1F | 21 |
| Octal | 72 | 157 | 106 | 60 | 0 | 45 | 70 | 206 | 37 | 41 |
| Binary | 111010 | 1101111 | 1000110 | 110000 | 0 | 100101 | 111000 | 10000110 | 11111 | 100001 |
Color Harmonies of #3A6F46
Complementary color
Monochromatic Colors of #3A6F46
Black with #3A6F46
Text Example
Text Example
White with #3A6F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F46; }
p { color: rgb(58,111,70); }
H1.HeaderClassName
{
color: #3A6F46;
}
.AnyTagClassName
{
color: #3A6F46;
}
</style>
background-color css
<style>
a { background-color: #3A6F46; }
a { background-color: rgb(58,111,70); }
div.DivClassName
{
background-color: #3A6F46;
}
.BgClassName
{
background-color: #3A6F46;
}
</style>
border-color css
<style>
span { border-color: #3A6F46; }
span { border-color: rgb(58,111,70); }
td.TdClassName
{
border-color: #3A6F46;
}
.TagClassName
{
border-color: #3A6F46;
}
</style>