Shades of Killarney #407B48
Tints of Killarney #407B48
RGB
CMYK
RGB Variations
Color information
#407B48 (or 0x407B48) is known color: Killarney. HEX triplet: 40, 7B and 48. RGB value is (64,123,72). Sum of RGB (Red+Green+Blue) = 64+123+72=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #407B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B48 is #BF84B7. Grayscale: #636363. Windows color (decimal): -12551352 or 4750144. OLE color: 4750144.
HSL color Cylindrical-coordinate representation of color #407B48: hue angle of 128.14º 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 #407B48 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 72 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.52 |
| HSL | 128.14º | 0.32% | 0.37% | - |
| HSV(B) | 128.14º | 0.48% | 0.48% | - |
| XYZ | 10.37 | 15.72 | 8.62 | - |
| YUV | 99.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 72 | 0.48 | 0 | 0.41 | 0.52 | 128.14 | 0.32 | 0.37 |
| Hex | 40 | 7B | 48 | 30 | 0 | 29 | 34 | 80 | 20 | 25 |
| Octal | 100 | 173 | 110 | 60 | 0 | 51 | 64 | 200 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1001000 | 110000 | 0 | 101001 | 110100 | 10000000 | 100000 | 100101 |
Color Harmonies of #407B48
Complementary color
Monochromatic Colors of #407B48
Black with #407B48
Text Example
Text Example
White with #407B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B48; }
p { color: rgb(64,123,72); }
H1.HeaderClassName
{
color: #407B48;
}
.AnyTagClassName
{
color: #407B48;
}
</style>
background-color css
<style>
a { background-color: #407B48; }
a { background-color: rgb(64,123,72); }
div.DivClassName
{
background-color: #407B48;
}
.BgClassName
{
background-color: #407B48;
}
</style>
border-color css
<style>
span { border-color: #407B48; }
span { border-color: rgb(64,123,72); }
td.TdClassName
{
border-color: #407B48;
}
.TagClassName
{
border-color: #407B48;
}
</style>