Shades of Killarney #407C49
Tints of Killarney #407C49
RGB
CMYK
RGB Variations
Color information
#407C49 (or 0x407C49) is known color: Killarney. HEX triplet: 40, 7C and 49. RGB value is (64,124,73). Sum of RGB (Red+Green+Blue) = 64+124+73=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #407C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C49 is #BF83B6. Grayscale: #646464. Windows color (decimal): -12551095 or 4815936. OLE color: 4815936.
HSL color Cylindrical-coordinate representation of color #407C49: hue angle of 129º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C49 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 73 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.51 |
| HSL | 129º | 0.32% | 0.37% | - |
| HSV(B) | 129º | 0.48% | 0.49% | - |
| XYZ | 10.52 | 15.99 | 8.83 | - |
| YUV | 100.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 73 | 0.48 | 0 | 0.41 | 0.51 | 129 | 0.32 | 0.37 |
| Hex | 40 | 7C | 49 | 30 | 0 | 29 | 33 | 81 | 20 | 25 |
| Octal | 100 | 174 | 111 | 60 | 0 | 51 | 63 | 201 | 40 | 45 |
| Binary | 1000000 | 1111100 | 1001001 | 110000 | 0 | 101001 | 110011 | 10000001 | 100000 | 100101 |
Color Harmonies of #407C49
Complementary color
Monochromatic Colors of #407C49
Black with #407C49
Text Example
Text Example
White with #407C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C49; }
p { color: rgb(64,124,73); }
H1.HeaderClassName
{
color: #407C49;
}
.AnyTagClassName
{
color: #407C49;
}
</style>
background-color css
<style>
a { background-color: #407C49; }
a { background-color: rgb(64,124,73); }
div.DivClassName
{
background-color: #407C49;
}
.BgClassName
{
background-color: #407C49;
}
</style>
border-color css
<style>
span { border-color: #407C49; }
span { border-color: rgb(64,124,73); }
td.TdClassName
{
border-color: #407C49;
}
.TagClassName
{
border-color: #407C49;
}
</style>