Shades of Killarney #3B7346
Tints of Killarney #3B7346
RGB
CMYK
RGB Variations
Color information
#3B7346 (or 0x3B7346) is known color: Killarney. HEX triplet: 3B, 73 and 46. RGB value is (59,115,70). Sum of RGB (Red+Green+Blue) = 59+115+70=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7346 is #C48CB9. Grayscale: #5D5D5D. Windows color (decimal): -12881082 or 4617019. OLE color: 4617019.
HSL color Cylindrical-coordinate representation of color #3B7346: hue angle of 131.79º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7346 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 70 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.55 |
| HSL | 131.79º | 0.32% | 0.34% | - |
| HSV(B) | 131.79º | 0.49% | 0.45% | - |
| XYZ | 9.04 | 13.63 | 7.95 | - |
| YUV | 93.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 70 | 0.49 | 0 | 0.39 | 0.55 | 131.79 | 0.32 | 0.34 |
| Hex | 3B | 73 | 46 | 31 | 0 | 27 | 37 | 84 | 20 | 22 |
| Octal | 73 | 163 | 106 | 61 | 0 | 47 | 67 | 204 | 40 | 42 |
| Binary | 111011 | 1110011 | 1000110 | 110001 | 0 | 100111 | 110111 | 10000100 | 100000 | 100010 |
Color Harmonies of #3B7346
Complementary color
Monochromatic Colors of #3B7346
Black with #3B7346
Text Example
Text Example
White with #3B7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7346; }
p { color: rgb(59,115,70); }
H1.HeaderClassName
{
color: #3B7346;
}
.AnyTagClassName
{
color: #3B7346;
}
</style>
background-color css
<style>
a { background-color: #3B7346; }
a { background-color: rgb(59,115,70); }
div.DivClassName
{
background-color: #3B7346;
}
.BgClassName
{
background-color: #3B7346;
}
</style>
border-color css
<style>
span { border-color: #3B7346; }
span { border-color: rgb(59,115,70); }
td.TdClassName
{
border-color: #3B7346;
}
.TagClassName
{
border-color: #3B7346;
}
</style>