Shades of Killarney #3C8A49
Tints of Killarney #3C8A49
RGB
CMYK
RGB Variations
Color information
#3C8A49 (or 0x3C8A49) is known color: Killarney. HEX triplet: 3C, 8A and 49. RGB value is (60,138,73). Sum of RGB (Red+Green+Blue) = 60+138+73=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8A49 is #C375B6. Grayscale: #6B6B6B. Windows color (decimal): -12809655 or 4819516. OLE color: 4819516.
HSL color Cylindrical-coordinate representation of color #3C8A49: hue angle of 130º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A49 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 73 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.46 |
| HSL | 130º | 0.39% | 0.39% | - |
| HSV(B) | 130º | 0.57% | 0.54% | - |
| XYZ | 12.15 | 19.62 | 9.45 | - |
| YUV | 107.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 73 | 0.57 | 0 | 0.47 | 0.46 | 130 | 0.39 | 0.39 |
| Hex | 3C | 8A | 49 | 39 | 0 | 2F | 2E | 82 | 27 | 27 |
| Octal | 74 | 212 | 111 | 71 | 0 | 57 | 56 | 202 | 47 | 47 |
| Binary | 111100 | 10001010 | 1001001 | 111001 | 0 | 101111 | 101110 | 10000010 | 100111 | 100111 |
Color Harmonies of #3C8A49
Complementary color
Monochromatic Colors of #3C8A49
Black with #3C8A49
Text Example
Text Example
White with #3C8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A49; }
p { color: rgb(60,138,73); }
H1.HeaderClassName
{
color: #3C8A49;
}
.AnyTagClassName
{
color: #3C8A49;
}
</style>
background-color css
<style>
a { background-color: #3C8A49; }
a { background-color: rgb(60,138,73); }
div.DivClassName
{
background-color: #3C8A49;
}
.BgClassName
{
background-color: #3C8A49;
}
</style>
border-color css
<style>
span { border-color: #3C8A49; }
span { border-color: rgb(60,138,73); }
td.TdClassName
{
border-color: #3C8A49;
}
.TagClassName
{
border-color: #3C8A49;
}
</style>