Shades of Killarney #3C7441
Tints of Killarney #3C7441
RGB
CMYK
RGB Variations
Color information
#3C7441 (or 0x3C7441) is known color: Killarney. HEX triplet: 3C, 74 and 41. RGB value is (60,116,65). Sum of RGB (Red+Green+Blue) = 60+116+65=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7441 is #C38BBE. Grayscale: #5D5D5D. Windows color (decimal): -12815295 or 4289596. OLE color: 4289596.
HSL color Cylindrical-coordinate representation of color #3C7441: hue angle of 125.36º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7441 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 65 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.55 |
| HSL | 125.36º | 0.32% | 0.35% | - |
| HSV(B) | 125.36º | 0.48% | 0.45% | - |
| XYZ | 9.06 | 13.83 | 7.19 | - |
| YUV | 93.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 65 | 0.48 | 0 | 0.44 | 0.55 | 125.36 | 0.32 | 0.35 |
| Hex | 3C | 74 | 41 | 30 | 0 | 2C | 37 | 7D | 20 | 23 |
| Octal | 74 | 164 | 101 | 60 | 0 | 54 | 67 | 175 | 40 | 43 |
| Binary | 111100 | 1110100 | 1000001 | 110000 | 0 | 101100 | 110111 | 1111101 | 100000 | 100011 |
Color Harmonies of #3C7441
Complementary color
Monochromatic Colors of #3C7441
Black with #3C7441
Text Example
Text Example
White with #3C7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7441; }
p { color: rgb(60,116,65); }
H1.HeaderClassName
{
color: #3C7441;
}
.AnyTagClassName
{
color: #3C7441;
}
</style>
background-color css
<style>
a { background-color: #3C7441; }
a { background-color: rgb(60,116,65); }
div.DivClassName
{
background-color: #3C7441;
}
.BgClassName
{
background-color: #3C7441;
}
</style>
border-color css
<style>
span { border-color: #3C7441; }
span { border-color: rgb(60,116,65); }
td.TdClassName
{
border-color: #3C7441;
}
.TagClassName
{
border-color: #3C7441;
}
</style>