Shades of Killarney #3C7141
Tints of Killarney #3C7141
RGB
CMYK
RGB Variations
Color information
#3C7141 (or 0x3C7141) is known color: Killarney. HEX triplet: 3C, 71 and 41. RGB value is (60,113,65). Sum of RGB (Red+Green+Blue) = 60+113+65=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7141 is #C38EBE. Grayscale: #5B5B5B. Windows color (decimal): -12816063 or 4288828. OLE color: 4288828.
HSL color Cylindrical-coordinate representation of color #3C7141: hue angle of 125.66º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7141 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 65 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.56 |
| HSL | 125.66º | 0.31% | 0.34% | - |
| HSV(B) | 125.66º | 0.47% | 0.44% | - |
| XYZ | 8.72 | 13.15 | 7.08 | - |
| YUV | 91.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 65 | 0.47 | 0 | 0.42 | 0.56 | 125.66 | 0.31 | 0.34 |
| Hex | 3C | 71 | 41 | 2F | 0 | 2A | 38 | 7E | 1F | 22 |
| Octal | 74 | 161 | 101 | 57 | 0 | 52 | 70 | 176 | 37 | 42 |
| Binary | 111100 | 1110001 | 1000001 | 101111 | 0 | 101010 | 111000 | 1111110 | 11111 | 100010 |
Color Harmonies of #3C7141
Complementary color
Monochromatic Colors of #3C7141
Black with #3C7141
Text Example
Text Example
White with #3C7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7141; }
p { color: rgb(60,113,65); }
H1.HeaderClassName
{
color: #3C7141;
}
.AnyTagClassName
{
color: #3C7141;
}
</style>
background-color css
<style>
a { background-color: #3C7141; }
a { background-color: rgb(60,113,65); }
div.DivClassName
{
background-color: #3C7141;
}
.BgClassName
{
background-color: #3C7141;
}
</style>
border-color css
<style>
span { border-color: #3C7141; }
span { border-color: rgb(60,113,65); }
td.TdClassName
{
border-color: #3C7141;
}
.TagClassName
{
border-color: #3C7141;
}
</style>