Shades of Killarney #3B6F46
Tints of Killarney #3B6F46
RGB
CMYK
RGB Variations
Color information
#3B6F46 (or 0x3B6F46) is known color: Killarney. HEX triplet: 3B, 6F and 46. RGB value is (59,111,70). Sum of RGB (Red+Green+Blue) = 59+111+70=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6F46 is #C490B9. Grayscale: #5A5A5A. Windows color (decimal): -12882106 or 4615995. OLE color: 4615995.
HSL color Cylindrical-coordinate representation of color #3B6F46: hue angle of 132.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6F46 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 111 | 70 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.56 |
| HSL | 132.69º | 0.31% | 0.33% | - |
| HSV(B) | 132.69º | 0.47% | 0.44% | - |
| XYZ | 8.59 | 12.74 | 7.8 | - |
| YUV | 90.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 70 | 0.47 | 0 | 0.37 | 0.56 | 132.69 | 0.31 | 0.33 |
| Hex | 3B | 6F | 46 | 2F | 0 | 25 | 38 | 85 | 1F | 21 |
| Octal | 73 | 157 | 106 | 57 | 0 | 45 | 70 | 205 | 37 | 41 |
| Binary | 111011 | 1101111 | 1000110 | 101111 | 0 | 100101 | 111000 | 10000101 | 11111 | 100001 |
Color Harmonies of #3B6F46
Complementary color
Monochromatic Colors of #3B6F46
Black with #3B6F46
Text Example
Text Example
White with #3B6F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6F46; }
p { color: rgb(59,111,70); }
H1.HeaderClassName
{
color: #3B6F46;
}
.AnyTagClassName
{
color: #3B6F46;
}
</style>
background-color css
<style>
a { background-color: #3B6F46; }
a { background-color: rgb(59,111,70); }
div.DivClassName
{
background-color: #3B6F46;
}
.BgClassName
{
background-color: #3B6F46;
}
</style>
border-color css
<style>
span { border-color: #3B6F46; }
span { border-color: rgb(59,111,70); }
td.TdClassName
{
border-color: #3B6F46;
}
.TagClassName
{
border-color: #3B6F46;
}
</style>