Shades of Killarney #407B49
Tints of Killarney #407B49
RGB
CMYK
RGB Variations
Color information
#407B49 (or 0x407B49) is known color: Killarney. HEX triplet: 40, 7B and 49. RGB value is (64,123,73). Sum of RGB (Red+Green+Blue) = 64+123+73=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #407B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B49 is #BF84B6. Grayscale: #636363. Windows color (decimal): -12551351 or 4815680. OLE color: 4815680.
HSL color Cylindrical-coordinate representation of color #407B49: hue angle of 129.15º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B49 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 73 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.52 |
| HSL | 129.15º | 0.32% | 0.37% | - |
| HSV(B) | 129.15º | 0.48% | 0.48% | - |
| XYZ | 10.4 | 15.74 | 8.79 | - |
| YUV | 99.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 73 | 0.48 | 0 | 0.41 | 0.52 | 129.15 | 0.32 | 0.37 |
| Hex | 40 | 7B | 49 | 30 | 0 | 29 | 34 | 81 | 20 | 25 |
| Octal | 100 | 173 | 111 | 60 | 0 | 51 | 64 | 201 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1001001 | 110000 | 0 | 101001 | 110100 | 10000001 | 100000 | 100101 |
Color Harmonies of #407B49
Complementary color
Monochromatic Colors of #407B49
Black with #407B49
Text Example
Text Example
White with #407B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B49; }
p { color: rgb(64,123,73); }
H1.HeaderClassName
{
color: #407B49;
}
.AnyTagClassName
{
color: #407B49;
}
</style>
background-color css
<style>
a { background-color: #407B49; }
a { background-color: rgb(64,123,73); }
div.DivClassName
{
background-color: #407B49;
}
.BgClassName
{
background-color: #407B49;
}
</style>
border-color css
<style>
span { border-color: #407B49; }
span { border-color: rgb(64,123,73); }
td.TdClassName
{
border-color: #407B49;
}
.TagClassName
{
border-color: #407B49;
}
</style>