Shades of Killarney #3C7945
Tints of Killarney #3C7945
RGB
CMYK
RGB Variations
Color information
#3C7945 (or 0x3C7945) is known color: Killarney. HEX triplet: 3C, 79 and 45. RGB value is (60,121,69). Sum of RGB (Red+Green+Blue) = 60+121+69=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7945 is #C386BA. Grayscale: #606060. Windows color (decimal): -12814011 or 4553020. OLE color: 4553020.
HSL color Cylindrical-coordinate representation of color #3C7945: hue angle of 128.85º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7945 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 69 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.53 |
| HSL | 128.85º | 0.34% | 0.35% | - |
| HSV(B) | 128.85º | 0.5% | 0.47% | - |
| XYZ | 9.78 | 15.07 | 8.02 | - |
| YUV | 96.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 69 | 0.50 | 0 | 0.43 | 0.53 | 128.85 | 0.34 | 0.35 |
| Hex | 3C | 79 | 45 | 32 | 0 | 2B | 35 | 81 | 22 | 23 |
| Octal | 74 | 171 | 105 | 62 | 0 | 53 | 65 | 201 | 42 | 43 |
| Binary | 111100 | 1111001 | 1000101 | 110010 | 0 | 101011 | 110101 | 10000001 | 100010 | 100011 |
Color Harmonies of #3C7945
Complementary color
Monochromatic Colors of #3C7945
Black with #3C7945
Text Example
Text Example
White with #3C7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7945; }
p { color: rgb(60,121,69); }
H1.HeaderClassName
{
color: #3C7945;
}
.AnyTagClassName
{
color: #3C7945;
}
</style>
background-color css
<style>
a { background-color: #3C7945; }
a { background-color: rgb(60,121,69); }
div.DivClassName
{
background-color: #3C7945;
}
.BgClassName
{
background-color: #3C7945;
}
</style>
border-color css
<style>
span { border-color: #3C7945; }
span { border-color: rgb(60,121,69); }
td.TdClassName
{
border-color: #3C7945;
}
.TagClassName
{
border-color: #3C7945;
}
</style>