Shades of Killarney #3C7045
Tints of Killarney #3C7045
RGB
CMYK
RGB Variations
Color information
#3C7045 (or 0x3C7045) is known color: Killarney. HEX triplet: 3C, 70 and 45. RGB value is (60,112,69). Sum of RGB (Red+Green+Blue) = 60+112+69=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7045 is #C38FBA. Grayscale: #5B5B5B. Windows color (decimal): -12816315 or 4550716. OLE color: 4550716.
HSL color Cylindrical-coordinate representation of color #3C7045: hue angle of 130.38º 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 #3C7045 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 69 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.56 |
| HSL | 130.38º | 0.3% | 0.34% | - |
| HSV(B) | 130.38º | 0.46% | 0.44% | - |
| XYZ | 8.73 | 12.98 | 7.68 | - |
| YUV | 91.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 69 | 0.46 | 0 | 0.38 | 0.56 | 130.38 | 0.3 | 0.34 |
| Hex | 3C | 70 | 45 | 2E | 0 | 26 | 38 | 82 | 1E | 22 |
| Octal | 74 | 160 | 105 | 56 | 0 | 46 | 70 | 202 | 36 | 42 |
| Binary | 111100 | 1110000 | 1000101 | 101110 | 0 | 100110 | 111000 | 10000010 | 11110 | 100010 |
Color Harmonies of #3C7045
Complementary color
Monochromatic Colors of #3C7045
Black with #3C7045
Text Example
Text Example
White with #3C7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7045; }
p { color: rgb(60,112,69); }
H1.HeaderClassName
{
color: #3C7045;
}
.AnyTagClassName
{
color: #3C7045;
}
</style>
background-color css
<style>
a { background-color: #3C7045; }
a { background-color: rgb(60,112,69); }
div.DivClassName
{
background-color: #3C7045;
}
.BgClassName
{
background-color: #3C7045;
}
</style>
border-color css
<style>
span { border-color: #3C7045; }
span { border-color: rgb(60,112,69); }
td.TdClassName
{
border-color: #3C7045;
}
.TagClassName
{
border-color: #3C7045;
}
</style>