Shades of Killarney #3C6A49
Tints of Killarney #3C6A49
RGB
CMYK
RGB Variations
Color information
#3C6A49 (or 0x3C6A49) is known color: Killarney. HEX triplet: 3C, 6A and 49. RGB value is (60,106,73). Sum of RGB (Red+Green+Blue) = 60+106+73=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6A49 is #C395B6. Grayscale: #585858. Windows color (decimal): -12817847 or 4811324. OLE color: 4811324.
HSL color Cylindrical-coordinate representation of color #3C6A49: hue angle of 136.96º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A49 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 106 | 73 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.58 |
| HSL | 136.96º | 0.28% | 0.33% | - |
| HSV(B) | 136.96º | 0.43% | 0.42% | - |
| XYZ | 8.22 | 11.75 | 8.14 | - |
| YUV | 88.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 73 | 0.43 | 0 | 0.31 | 0.58 | 136.96 | 0.28 | 0.33 |
| Hex | 3C | 6A | 49 | 2B | 0 | 1F | 3A | 89 | 1C | 21 |
| Octal | 74 | 152 | 111 | 53 | 0 | 37 | 72 | 211 | 34 | 41 |
| Binary | 111100 | 1101010 | 1001001 | 101011 | 0 | 11111 | 111010 | 10001001 | 11100 | 100001 |
Color Harmonies of #3C6A49
Complementary color
Monochromatic Colors of #3C6A49
Black with #3C6A49
Text Example
Text Example
White with #3C6A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6A49; }
p { color: rgb(60,106,73); }
H1.HeaderClassName
{
color: #3C6A49;
}
.AnyTagClassName
{
color: #3C6A49;
}
</style>
background-color css
<style>
a { background-color: #3C6A49; }
a { background-color: rgb(60,106,73); }
div.DivClassName
{
background-color: #3C6A49;
}
.BgClassName
{
background-color: #3C6A49;
}
</style>
border-color css
<style>
span { border-color: #3C6A49; }
span { border-color: rgb(60,106,73); }
td.TdClassName
{
border-color: #3C6A49;
}
.TagClassName
{
border-color: #3C6A49;
}
</style>