Shades of Killarney #3C7C48
Tints of Killarney #3C7C48
RGB
CMYK
RGB Variations
Color information
#3C7C48 (or 0x3C7C48) is known color: Killarney. HEX triplet: 3C, 7C and 48. RGB value is (60,124,72). Sum of RGB (Red+Green+Blue) = 60+124+72=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7C48 is #C383B7. Grayscale: #636363. Windows color (decimal): -12813240 or 4750396. OLE color: 4750396.
HSL color Cylindrical-coordinate representation of color #3C7C48: hue angle of 131.25º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7C48 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 124 | 72 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.51 |
| HSL | 131.25º | 0.35% | 0.36% | - |
| HSV(B) | 131.25º | 0.52% | 0.49% | - |
| XYZ | 10.24 | 15.84 | 8.65 | - |
| YUV | 98.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 72 | 0.52 | 0 | 0.42 | 0.51 | 131.25 | 0.35 | 0.36 |
| Hex | 3C | 7C | 48 | 34 | 0 | 2A | 33 | 83 | 23 | 24 |
| Octal | 74 | 174 | 110 | 64 | 0 | 52 | 63 | 203 | 43 | 44 |
| Binary | 111100 | 1111100 | 1001000 | 110100 | 0 | 101010 | 110011 | 10000011 | 100011 | 100100 |
Color Harmonies of #3C7C48
Complementary color
Monochromatic Colors of #3C7C48
Black with #3C7C48
Text Example
Text Example
White with #3C7C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7C48; }
p { color: rgb(60,124,72); }
H1.HeaderClassName
{
color: #3C7C48;
}
.AnyTagClassName
{
color: #3C7C48;
}
</style>
background-color css
<style>
a { background-color: #3C7C48; }
a { background-color: rgb(60,124,72); }
div.DivClassName
{
background-color: #3C7C48;
}
.BgClassName
{
background-color: #3C7C48;
}
</style>
border-color css
<style>
span { border-color: #3C7C48; }
span { border-color: rgb(60,124,72); }
td.TdClassName
{
border-color: #3C7C48;
}
.TagClassName
{
border-color: #3C7C48;
}
</style>