Shades of Killarney #406B46
Tints of Killarney #406B46
RGB
CMYK
RGB Variations
Color information
#406B46 (or 0x406B46) is known color: Killarney. HEX triplet: 40, 6B and 46. RGB value is (64,107,70). Sum of RGB (Red+Green+Blue) = 64+107+70=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #406B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B46 is #BF94B9. Grayscale: #5A5A5A. Windows color (decimal): -12555450 or 4614976. OLE color: 4614976.
HSL color Cylindrical-coordinate representation of color #406B46: hue angle of 128.37º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B46 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 107 | 70 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.58 |
| HSL | 128.37º | 0.25% | 0.34% | - |
| HSV(B) | 128.37º | 0.4% | 0.42% | - |
| XYZ | 8.48 | 12.05 | 7.67 | - |
| YUV | 89.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 70 | 0.40 | 0 | 0.35 | 0.58 | 128.37 | 0.25 | 0.34 |
| Hex | 40 | 6B | 46 | 28 | 0 | 23 | 3A | 80 | 19 | 22 |
| Octal | 100 | 153 | 106 | 50 | 0 | 43 | 72 | 200 | 31 | 42 |
| Binary | 1000000 | 1101011 | 1000110 | 101000 | 0 | 100011 | 111010 | 10000000 | 11001 | 100010 |
Color Harmonies of #406B46
Complementary color
Monochromatic Colors of #406B46
Black with #406B46
Text Example
Text Example
White with #406B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B46; }
p { color: rgb(64,107,70); }
H1.HeaderClassName
{
color: #406B46;
}
.AnyTagClassName
{
color: #406B46;
}
</style>
background-color css
<style>
a { background-color: #406B46; }
a { background-color: rgb(64,107,70); }
div.DivClassName
{
background-color: #406B46;
}
.BgClassName
{
background-color: #406B46;
}
</style>
border-color css
<style>
span { border-color: #406B46; }
span { border-color: rgb(64,107,70); }
td.TdClassName
{
border-color: #406B46;
}
.TagClassName
{
border-color: #406B46;
}
</style>