Shades of Killarney #406A48
Tints of Killarney #406A48
RGB
CMYK
RGB Variations
Color information
#406A48 (or 0x406A48) is known color: Killarney. HEX triplet: 40, 6A and 48. RGB value is (64,106,72). Sum of RGB (Red+Green+Blue) = 64+106+72=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #406A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A48 is #BF95B7. Grayscale: #595959. Windows color (decimal): -12555704 or 4745792. OLE color: 4745792.
HSL color Cylindrical-coordinate representation of color #406A48: hue angle of 131.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A48 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 72 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.58 |
| HSL | 131.43º | 0.25% | 0.33% | - |
| HSV(B) | 131.43º | 0.4% | 0.42% | - |
| XYZ | 8.44 | 11.87 | 7.98 | - |
| YUV | 89.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 72 | 0.40 | 0 | 0.32 | 0.58 | 131.43 | 0.25 | 0.33 |
| Hex | 40 | 6A | 48 | 28 | 0 | 20 | 3A | 83 | 19 | 21 |
| Octal | 100 | 152 | 110 | 50 | 0 | 40 | 72 | 203 | 31 | 41 |
| Binary | 1000000 | 1101010 | 1001000 | 101000 | 0 | 100000 | 111010 | 10000011 | 11001 | 100001 |
Color Harmonies of #406A48
Complementary color
Monochromatic Colors of #406A48
Black with #406A48
Text Example
Text Example
White with #406A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A48; }
p { color: rgb(64,106,72); }
H1.HeaderClassName
{
color: #406A48;
}
.AnyTagClassName
{
color: #406A48;
}
</style>
background-color css
<style>
a { background-color: #406A48; }
a { background-color: rgb(64,106,72); }
div.DivClassName
{
background-color: #406A48;
}
.BgClassName
{
background-color: #406A48;
}
</style>
border-color css
<style>
span { border-color: #406A48; }
span { border-color: rgb(64,106,72); }
td.TdClassName
{
border-color: #406A48;
}
.TagClassName
{
border-color: #406A48;
}
</style>