Shades of Killarney #407B47
Tints of Killarney #407B47
RGB
CMYK
RGB Variations
Color information
#407B47 (or 0x407B47) is known color: Killarney. HEX triplet: 40, 7B and 47. RGB value is (64,123,71). Sum of RGB (Red+Green+Blue) = 64+123+71=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #407B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B47 is #BF84B8. Grayscale: #636363. Windows color (decimal): -12551353 or 4684608. OLE color: 4684608.
HSL color Cylindrical-coordinate representation of color #407B47: hue angle of 127.12º 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 #407B47 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 71 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.52 |
| HSL | 127.12º | 0.32% | 0.37% | - |
| HSV(B) | 127.12º | 0.48% | 0.48% | - |
| XYZ | 10.33 | 15.71 | 8.45 | - |
| YUV | 99.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 71 | 0.48 | 0 | 0.42 | 0.52 | 127.12 | 0.32 | 0.37 |
| Hex | 40 | 7B | 47 | 30 | 0 | 2A | 34 | 7F | 20 | 25 |
| Octal | 100 | 173 | 107 | 60 | 0 | 52 | 64 | 177 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1000111 | 110000 | 0 | 101010 | 110100 | 1111111 | 100000 | 100101 |
Color Harmonies of #407B47
Complementary color
Monochromatic Colors of #407B47
Black with #407B47
Text Example
Text Example
White with #407B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B47; }
p { color: rgb(64,123,71); }
H1.HeaderClassName
{
color: #407B47;
}
.AnyTagClassName
{
color: #407B47;
}
</style>
background-color css
<style>
a { background-color: #407B47; }
a { background-color: rgb(64,123,71); }
div.DivClassName
{
background-color: #407B47;
}
.BgClassName
{
background-color: #407B47;
}
</style>
border-color css
<style>
span { border-color: #407B47; }
span { border-color: rgb(64,123,71); }
td.TdClassName
{
border-color: #407B47;
}
.TagClassName
{
border-color: #407B47;
}
</style>