Shades of Killarney #3C8742
Tints of Killarney #3C8742
RGB
CMYK
RGB Variations
Color information
#3C8742 (or 0x3C8742) is known color: Killarney. HEX triplet: 3C, 87 and 42. RGB value is (60,135,66). Sum of RGB (Red+Green+Blue) = 60+135+66=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8742 is #C378BD. Grayscale: #686868. Windows color (decimal): -12810430 or 4359996. OLE color: 4359996.
HSL color Cylindrical-coordinate representation of color #3C8742: hue angle of 124.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8742 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 135 | 66 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.47 |
| HSL | 124.8º | 0.38% | 0.38% | - |
| HSV(B) | 124.8º | 0.56% | 0.53% | - |
| XYZ | 11.51 | 18.68 | 8.15 | - |
| YUV | 104.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 66 | 0.56 | 0 | 0.51 | 0.47 | 124.8 | 0.38 | 0.38 |
| Hex | 3C | 87 | 42 | 38 | 0 | 33 | 2F | 7D | 26 | 26 |
| Octal | 74 | 207 | 102 | 70 | 0 | 63 | 57 | 175 | 46 | 46 |
| Binary | 111100 | 10000111 | 1000010 | 111000 | 0 | 110011 | 101111 | 1111101 | 100110 | 100110 |
Color Harmonies of #3C8742
Complementary color
Monochromatic Colors of #3C8742
Black with #3C8742
Text Example
Text Example
White with #3C8742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8742; }
p { color: rgb(60,135,66); }
H1.HeaderClassName
{
color: #3C8742;
}
.AnyTagClassName
{
color: #3C8742;
}
</style>
background-color css
<style>
a { background-color: #3C8742; }
a { background-color: rgb(60,135,66); }
div.DivClassName
{
background-color: #3C8742;
}
.BgClassName
{
background-color: #3C8742;
}
</style>
border-color css
<style>
span { border-color: #3C8742; }
span { border-color: rgb(60,135,66); }
td.TdClassName
{
border-color: #3C8742;
}
.TagClassName
{
border-color: #3C8742;
}
</style>