Shades of Killarney #3C7D4A
Tints of Killarney #3C7D4A
RGB
CMYK
RGB Variations
Color information
#3C7D4A (or 0x3C7D4A) is known color: Killarney. HEX triplet: 3C, 7D and 4A. RGB value is (60,125,74). Sum of RGB (Red+Green+Blue) = 60+125+74=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #3C7D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7D4A is #C382B5. Grayscale: #636363. Windows color (decimal): -12812982 or 4881724. OLE color: 4881724.
HSL color Cylindrical-coordinate representation of color #3C7D4A: hue angle of 132.92º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7D4A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 125 | 74 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.51 |
| HSL | 132.92º | 0.35% | 0.36% | - |
| HSV(B) | 132.92º | 0.52% | 0.49% | - |
| XYZ | 10.43 | 16.12 | 9.04 | - |
| YUV | 99.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 74 | 0.52 | 0 | 0.41 | 0.51 | 132.92 | 0.35 | 0.36 |
| Hex | 3C | 7D | 4A | 34 | 0 | 29 | 33 | 85 | 23 | 24 |
| Octal | 74 | 175 | 112 | 64 | 0 | 51 | 63 | 205 | 43 | 44 |
| Binary | 111100 | 1111101 | 1001010 | 110100 | 0 | 101001 | 110011 | 10000101 | 100011 | 100100 |
Color Harmonies of #3C7D4A
Complementary color
Monochromatic Colors of #3C7D4A
Black with #3C7D4A
Text Example
Text Example
White with #3C7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7D4A; }
p { color: rgb(60,125,74); }
H1.HeaderClassName
{
color: #3C7D4A;
}
.AnyTagClassName
{
color: #3C7D4A;
}
</style>
background-color css
<style>
a { background-color: #3C7D4A; }
a { background-color: rgb(60,125,74); }
div.DivClassName
{
background-color: #3C7D4A;
}
.BgClassName
{
background-color: #3C7D4A;
}
</style>
border-color css
<style>
span { border-color: #3C7D4A; }
span { border-color: rgb(60,125,74); }
td.TdClassName
{
border-color: #3C7D4A;
}
.TagClassName
{
border-color: #3C7D4A;
}
</style>