Shades of Killarney #3C874A
Tints of Killarney #3C874A
RGB
CMYK
RGB Variations
Color information
#3C874A (or 0x3C874A) is known color: Killarney. HEX triplet: 3C, 87 and 4A. RGB value is (60,135,74). Sum of RGB (Red+Green+Blue) = 60+135+74=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #3C874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C874A is #C378B5. Grayscale: #696969. Windows color (decimal): -12810422 or 4884284. OLE color: 4884284.
HSL color Cylindrical-coordinate representation of color #3C874A: hue angle of 131.2º 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 #3C874A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 135 | 74 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.47 |
| HSL | 131.2º | 0.38% | 0.38% | - |
| HSV(B) | 131.2º | 0.56% | 0.53% | - |
| XYZ | 11.76 | 18.78 | 9.48 | - |
| YUV | 105.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 74 | 0.56 | 0 | 0.45 | 0.47 | 131.2 | 0.38 | 0.38 |
| Hex | 3C | 87 | 4A | 38 | 0 | 2D | 2F | 83 | 26 | 26 |
| Octal | 74 | 207 | 112 | 70 | 0 | 55 | 57 | 203 | 46 | 46 |
| Binary | 111100 | 10000111 | 1001010 | 111000 | 0 | 101101 | 101111 | 10000011 | 100110 | 100110 |
Color Harmonies of #3C874A
Complementary color
Monochromatic Colors of #3C874A
Black with #3C874A
Text Example
Text Example
White with #3C874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C874A; }
p { color: rgb(60,135,74); }
H1.HeaderClassName
{
color: #3C874A;
}
.AnyTagClassName
{
color: #3C874A;
}
</style>
background-color css
<style>
a { background-color: #3C874A; }
a { background-color: rgb(60,135,74); }
div.DivClassName
{
background-color: #3C874A;
}
.BgClassName
{
background-color: #3C874A;
}
</style>
border-color css
<style>
span { border-color: #3C874A; }
span { border-color: rgb(60,135,74); }
td.TdClassName
{
border-color: #3C874A;
}
.TagClassName
{
border-color: #3C874A;
}
</style>