Shades of Killarney #3C7041
Tints of Killarney #3C7041
RGB
CMYK
RGB Variations
Color information
#3C7041 (or 0x3C7041) is known color: Killarney. HEX triplet: 3C, 70 and 41. RGB value is (60,112,65). Sum of RGB (Red+Green+Blue) = 60+112+65=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7041 is #C38FBE. Grayscale: #5B5B5B. Windows color (decimal): -12816319 or 4288572. OLE color: 4288572.
HSL color Cylindrical-coordinate representation of color #3C7041: hue angle of 125.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C7041 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 65 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.56 |
| HSL | 125.77º | 0.3% | 0.34% | - |
| HSV(B) | 125.77º | 0.46% | 0.44% | - |
| XYZ | 8.61 | 12.93 | 7.04 | - |
| YUV | 91.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 65 | 0.46 | 0 | 0.42 | 0.56 | 125.77 | 0.3 | 0.34 |
| Hex | 3C | 70 | 41 | 2E | 0 | 2A | 38 | 7E | 1E | 22 |
| Octal | 74 | 160 | 101 | 56 | 0 | 52 | 70 | 176 | 36 | 42 |
| Binary | 111100 | 1110000 | 1000001 | 101110 | 0 | 101010 | 111000 | 1111110 | 11110 | 100010 |
Color Harmonies of #3C7041
Complementary color
Monochromatic Colors of #3C7041
Black with #3C7041
Text Example
Text Example
White with #3C7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7041; }
p { color: rgb(60,112,65); }
H1.HeaderClassName
{
color: #3C7041;
}
.AnyTagClassName
{
color: #3C7041;
}
</style>
background-color css
<style>
a { background-color: #3C7041; }
a { background-color: rgb(60,112,65); }
div.DivClassName
{
background-color: #3C7041;
}
.BgClassName
{
background-color: #3C7041;
}
</style>
border-color css
<style>
span { border-color: #3C7041; }
span { border-color: rgb(60,112,65); }
td.TdClassName
{
border-color: #3C7041;
}
.TagClassName
{
border-color: #3C7041;
}
</style>