Shades of Killarney #3C744A
Tints of Killarney #3C744A
RGB
CMYK
RGB Variations
Color information
#3C744A (or 0x3C744A) is known color: Killarney. HEX triplet: 3C, 74 and 4A. RGB value is (60,116,74). Sum of RGB (Red+Green+Blue) = 60+116+74=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #3C744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C744A is #C38BB5. Grayscale: #5E5E5E. Windows color (decimal): -12815286 or 4879420. OLE color: 4879420.
HSL color Cylindrical-coordinate representation of color #3C744A: hue angle of 135º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C744A is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 74 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.55 |
| HSL | 135º | 0.32% | 0.35% | - |
| HSV(B) | 135º | 0.48% | 0.45% | - |
| XYZ | 9.34 | 13.95 | 8.68 | - |
| YUV | 94.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 74 | 0.48 | 0 | 0.36 | 0.55 | 135 | 0.32 | 0.35 |
| Hex | 3C | 74 | 4A | 30 | 0 | 24 | 37 | 87 | 20 | 23 |
| Octal | 74 | 164 | 112 | 60 | 0 | 44 | 67 | 207 | 40 | 43 |
| Binary | 111100 | 1110100 | 1001010 | 110000 | 0 | 100100 | 110111 | 10000111 | 100000 | 100011 |
Color Harmonies of #3C744A
Complementary color
Monochromatic Colors of #3C744A
Black with #3C744A
Text Example
Text Example
White with #3C744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C744A; }
p { color: rgb(60,116,74); }
H1.HeaderClassName
{
color: #3C744A;
}
.AnyTagClassName
{
color: #3C744A;
}
</style>
background-color css
<style>
a { background-color: #3C744A; }
a { background-color: rgb(60,116,74); }
div.DivClassName
{
background-color: #3C744A;
}
.BgClassName
{
background-color: #3C744A;
}
</style>
border-color css
<style>
span { border-color: #3C744A; }
span { border-color: rgb(60,116,74); }
td.TdClassName
{
border-color: #3C744A;
}
.TagClassName
{
border-color: #3C744A;
}
</style>