Shades of Killarney #3A7D49
Tints of Killarney #3A7D49
RGB
CMYK
RGB Variations
Color information
#3A7D49 (or 0x3A7D49) is known color: Killarney. HEX triplet: 3A, 7D and 49. RGB value is (58,125,73). Sum of RGB (Red+Green+Blue) = 58+125+73=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7D49 is #C582B6. Grayscale: #636363. Windows color (decimal): -12944055 or 4816186. OLE color: 4816186.
HSL color Cylindrical-coordinate representation of color #3A7D49: hue angle of 133.43º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7D49 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 73 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.51 |
| HSL | 133.43º | 0.37% | 0.36% | - |
| HSV(B) | 133.43º | 0.54% | 0.49% | - |
| XYZ | 10.28 | 16.05 | 8.86 | - |
| YUV | 99.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 73 | 0.54 | 0 | 0.42 | 0.51 | 133.43 | 0.37 | 0.36 |
| Hex | 3A | 7D | 49 | 36 | 0 | 2A | 33 | 85 | 25 | 24 |
| Octal | 72 | 175 | 111 | 66 | 0 | 52 | 63 | 205 | 45 | 44 |
| Binary | 111010 | 1111101 | 1001001 | 110110 | 0 | 101010 | 110011 | 10000101 | 100101 | 100100 |
Color Harmonies of #3A7D49
Complementary color
Monochromatic Colors of #3A7D49
Black with #3A7D49
Text Example
Text Example
White with #3A7D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D49; }
p { color: rgb(58,125,73); }
H1.HeaderClassName
{
color: #3A7D49;
}
.AnyTagClassName
{
color: #3A7D49;
}
</style>
background-color css
<style>
a { background-color: #3A7D49; }
a { background-color: rgb(58,125,73); }
div.DivClassName
{
background-color: #3A7D49;
}
.BgClassName
{
background-color: #3A7D49;
}
</style>
border-color css
<style>
span { border-color: #3A7D49; }
span { border-color: rgb(58,125,73); }
td.TdClassName
{
border-color: #3A7D49;
}
.TagClassName
{
border-color: #3A7D49;
}
</style>