Shades of Killarney #3C7A45
Tints of Killarney #3C7A45
RGB
CMYK
RGB Variations
Color information
#3C7A45 (or 0x3C7A45) is known color: Killarney. HEX triplet: 3C, 7A and 45. RGB value is (60,122,69). Sum of RGB (Red+Green+Blue) = 60+122+69=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7A45 is #C385BA. Grayscale: #616161. Windows color (decimal): -12813755 or 4553276. OLE color: 4553276.
HSL color Cylindrical-coordinate representation of color #3C7A45: hue angle of 128.71º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7A45 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 122 | 69 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.52 |
| HSL | 128.71º | 0.34% | 0.36% | - |
| HSV(B) | 128.71º | 0.51% | 0.48% | - |
| XYZ | 9.9 | 15.31 | 8.06 | - |
| YUV | 97.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 69 | 0.51 | 0 | 0.43 | 0.52 | 128.71 | 0.34 | 0.36 |
| Hex | 3C | 7A | 45 | 33 | 0 | 2B | 34 | 81 | 22 | 24 |
| Octal | 74 | 172 | 105 | 63 | 0 | 53 | 64 | 201 | 42 | 44 |
| Binary | 111100 | 1111010 | 1000101 | 110011 | 0 | 101011 | 110100 | 10000001 | 100010 | 100100 |
Color Harmonies of #3C7A45
Complementary color
Monochromatic Colors of #3C7A45
Black with #3C7A45
Text Example
Text Example
White with #3C7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7A45; }
p { color: rgb(60,122,69); }
H1.HeaderClassName
{
color: #3C7A45;
}
.AnyTagClassName
{
color: #3C7A45;
}
</style>
background-color css
<style>
a { background-color: #3C7A45; }
a { background-color: rgb(60,122,69); }
div.DivClassName
{
background-color: #3C7A45;
}
.BgClassName
{
background-color: #3C7A45;
}
</style>
border-color css
<style>
span { border-color: #3C7A45; }
span { border-color: rgb(60,122,69); }
td.TdClassName
{
border-color: #3C7A45;
}
.TagClassName
{
border-color: #3C7A45;
}
</style>