Shades of Killarney #407A49
Tints of Killarney #407A49
RGB
CMYK
RGB Variations
Color information
#407A49 (or 0x407A49) is known color: Killarney. HEX triplet: 40, 7A and 49. RGB value is (64,122,73). Sum of RGB (Red+Green+Blue) = 64+122+73=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 122 - color contains mainly: green. Hex color #407A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407A49 is #BF85B6. Grayscale: #636363. Windows color (decimal): -12551607 or 4815424. OLE color: 4815424.
HSL color Cylindrical-coordinate representation of color #407A49: hue angle of 129.31º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A49 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 122 | 73 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.52 |
| HSL | 129.31º | 0.31% | 0.36% | - |
| HSV(B) | 129.31º | 0.48% | 0.48% | - |
| XYZ | 10.28 | 15.49 | 8.75 | - |
| YUV | 99.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 73 | 0.48 | 0 | 0.40 | 0.52 | 129.31 | 0.31 | 0.36 |
| Hex | 40 | 7A | 49 | 30 | 0 | 28 | 34 | 81 | 1F | 24 |
| Octal | 100 | 172 | 111 | 60 | 0 | 50 | 64 | 201 | 37 | 44 |
| Binary | 1000000 | 1111010 | 1001001 | 110000 | 0 | 101000 | 110100 | 10000001 | 11111 | 100100 |
Color Harmonies of #407A49
Complementary color
Monochromatic Colors of #407A49
Black with #407A49
Text Example
Text Example
White with #407A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A49; }
p { color: rgb(64,122,73); }
H1.HeaderClassName
{
color: #407A49;
}
.AnyTagClassName
{
color: #407A49;
}
</style>
background-color css
<style>
a { background-color: #407A49; }
a { background-color: rgb(64,122,73); }
div.DivClassName
{
background-color: #407A49;
}
.BgClassName
{
background-color: #407A49;
}
</style>
border-color css
<style>
span { border-color: #407A49; }
span { border-color: rgb(64,122,73); }
td.TdClassName
{
border-color: #407A49;
}
.TagClassName
{
border-color: #407A49;
}
</style>