Shades of Killarney #3C6E46
Tints of Killarney #3C6E46
RGB
CMYK
RGB Variations
Color information
#3C6E46 (or 0x3C6E46) is known color: Killarney. HEX triplet: 3C, 6E and 46. RGB value is (60,110,70). Sum of RGB (Red+Green+Blue) = 60+110+70=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6E46 is #C391B9. Grayscale: #5A5A5A. Windows color (decimal): -12816826 or 4615740. OLE color: 4615740.
HSL color Cylindrical-coordinate representation of color #3C6E46: hue angle of 132º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6E46 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 110 | 70 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.57 |
| HSL | 132º | 0.29% | 0.33% | - |
| HSV(B) | 132º | 0.45% | 0.43% | - |
| XYZ | 8.54 | 12.55 | 7.77 | - |
| YUV | 90.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 70 | 0.45 | 0 | 0.36 | 0.57 | 132 | 0.29 | 0.33 |
| Hex | 3C | 6E | 46 | 2D | 0 | 24 | 39 | 84 | 1D | 21 |
| Octal | 74 | 156 | 106 | 55 | 0 | 44 | 71 | 204 | 35 | 41 |
| Binary | 111100 | 1101110 | 1000110 | 101101 | 0 | 100100 | 111001 | 10000100 | 11101 | 100001 |
Color Harmonies of #3C6E46
Complementary color
Monochromatic Colors of #3C6E46
Black with #3C6E46
Text Example
Text Example
White with #3C6E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6E46; }
p { color: rgb(60,110,70); }
H1.HeaderClassName
{
color: #3C6E46;
}
.AnyTagClassName
{
color: #3C6E46;
}
</style>
background-color css
<style>
a { background-color: #3C6E46; }
a { background-color: rgb(60,110,70); }
div.DivClassName
{
background-color: #3C6E46;
}
.BgClassName
{
background-color: #3C6E46;
}
</style>
border-color css
<style>
span { border-color: #3C6E46; }
span { border-color: rgb(60,110,70); }
td.TdClassName
{
border-color: #3C6E46;
}
.TagClassName
{
border-color: #3C6E46;
}
</style>