Shades of Killarney #3C754A
Tints of Killarney #3C754A
RGB
CMYK
RGB Variations
Color information
#3C754A (or 0x3C754A) is known color: Killarney. HEX triplet: 3C, 75 and 4A. RGB value is (60,117,74). Sum of RGB (Red+Green+Blue) = 60+117+74=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #3C754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C754A is #C38AB5. Grayscale: #5F5F5F. Windows color (decimal): -12815030 or 4879676. OLE color: 4879676.
HSL color Cylindrical-coordinate representation of color #3C754A: hue angle of 134.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C754A is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 74 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.54 |
| HSL | 134.74º | 0.32% | 0.35% | - |
| HSV(B) | 134.74º | 0.49% | 0.46% | - |
| XYZ | 9.46 | 14.18 | 8.72 | - |
| YUV | 95.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 74 | 0.49 | 0 | 0.37 | 0.54 | 134.74 | 0.32 | 0.35 |
| Hex | 3C | 75 | 4A | 31 | 0 | 25 | 36 | 87 | 20 | 23 |
| Octal | 74 | 165 | 112 | 61 | 0 | 45 | 66 | 207 | 40 | 43 |
| Binary | 111100 | 1110101 | 1001010 | 110001 | 0 | 100101 | 110110 | 10000111 | 100000 | 100011 |
Color Harmonies of #3C754A
Complementary color
Monochromatic Colors of #3C754A
Black with #3C754A
Text Example
Text Example
White with #3C754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C754A; }
p { color: rgb(60,117,74); }
H1.HeaderClassName
{
color: #3C754A;
}
.AnyTagClassName
{
color: #3C754A;
}
</style>
background-color css
<style>
a { background-color: #3C754A; }
a { background-color: rgb(60,117,74); }
div.DivClassName
{
background-color: #3C754A;
}
.BgClassName
{
background-color: #3C754A;
}
</style>
border-color css
<style>
span { border-color: #3C754A; }
span { border-color: rgb(60,117,74); }
td.TdClassName
{
border-color: #3C754A;
}
.TagClassName
{
border-color: #3C754A;
}
</style>