Shades of Killarney #3C7D46
Tints of Killarney #3C7D46
RGB
CMYK
RGB Variations
Color information
#3C7D46 (or 0x3C7D46) is known color: Killarney. HEX triplet: 3C, 7D and 46. RGB value is (60,125,70). Sum of RGB (Red+Green+Blue) = 60+125+70=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #3C7D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7D46 is #C382B9. Grayscale: #636363. Windows color (decimal): -12812986 or 4619580. OLE color: 4619580.
HSL color Cylindrical-coordinate representation of color #3C7D46: hue angle of 129.23º 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 #3C7D46 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 125 | 70 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.51 |
| HSL | 129.23º | 0.35% | 0.36% | - |
| HSV(B) | 129.23º | 0.52% | 0.49% | - |
| XYZ | 10.3 | 16.07 | 8.35 | - |
| YUV | 99.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 70 | 0.52 | 0 | 0.44 | 0.51 | 129.23 | 0.35 | 0.36 |
| Hex | 3C | 7D | 46 | 34 | 0 | 2C | 33 | 81 | 23 | 24 |
| Octal | 74 | 175 | 106 | 64 | 0 | 54 | 63 | 201 | 43 | 44 |
| Binary | 111100 | 1111101 | 1000110 | 110100 | 0 | 101100 | 110011 | 10000001 | 100011 | 100100 |
Color Harmonies of #3C7D46
Complementary color
Monochromatic Colors of #3C7D46
Black with #3C7D46
Text Example
Text Example
White with #3C7D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7D46; }
p { color: rgb(60,125,70); }
H1.HeaderClassName
{
color: #3C7D46;
}
.AnyTagClassName
{
color: #3C7D46;
}
</style>
background-color css
<style>
a { background-color: #3C7D46; }
a { background-color: rgb(60,125,70); }
div.DivClassName
{
background-color: #3C7D46;
}
.BgClassName
{
background-color: #3C7D46;
}
</style>
border-color css
<style>
span { border-color: #3C7D46; }
span { border-color: rgb(60,125,70); }
td.TdClassName
{
border-color: #3C7D46;
}
.TagClassName
{
border-color: #3C7D46;
}
</style>