Shades of Killarney #408B46
Tints of Killarney #408B46
RGB
CMYK
RGB Variations
Color information
#408B46 (or 0x408B46) is known color: Killarney. HEX triplet: 40, 8B and 46. RGB value is (64,139,70). Sum of RGB (Red+Green+Blue) = 64+139+70=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #408B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B46 is #BF74B9. Grayscale: #6C6C6C. Windows color (decimal): -12547258 or 4623168. OLE color: 4623168.
HSL color Cylindrical-coordinate representation of color #408B46: hue angle of 124.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B46 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 70 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.45 |
| HSL | 124.8º | 0.37% | 0.4% | - |
| HSV(B) | 124.8º | 0.54% | 0.55% | - |
| XYZ | 12.45 | 20 | 9 | - |
| YUV | 108.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 70 | 0.54 | 0 | 0.50 | 0.45 | 124.8 | 0.37 | 0.4 |
| Hex | 40 | 8B | 46 | 36 | 0 | 32 | 2D | 7D | 25 | 28 |
| Octal | 100 | 213 | 106 | 66 | 0 | 62 | 55 | 175 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1000110 | 110110 | 0 | 110010 | 101101 | 1111101 | 100101 | 101000 |
Color Harmonies of #408B46
Complementary color
Monochromatic Colors of #408B46
Black with #408B46
Text Example
Text Example
White with #408B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B46; }
p { color: rgb(64,139,70); }
H1.HeaderClassName
{
color: #408B46;
}
.AnyTagClassName
{
color: #408B46;
}
</style>
background-color css
<style>
a { background-color: #408B46; }
a { background-color: rgb(64,139,70); }
div.DivClassName
{
background-color: #408B46;
}
.BgClassName
{
background-color: #408B46;
}
</style>
border-color css
<style>
span { border-color: #408B46; }
span { border-color: rgb(64,139,70); }
td.TdClassName
{
border-color: #408B46;
}
.TagClassName
{
border-color: #408B46;
}
</style>