Shades of Killarney #408A47
Tints of Killarney #408A47
RGB
CMYK
RGB Variations
Color information
#408A47 (or 0x408A47) is known color: Killarney. HEX triplet: 40, 8A and 47. RGB value is (64,138,71). Sum of RGB (Red+Green+Blue) = 64+138+71=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #408A47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408A47 is #BF75B8. Grayscale: #6C6C6C. Windows color (decimal): -12547513 or 4688448. OLE color: 4688448.
HSL color Cylindrical-coordinate representation of color #408A47: hue angle of 125.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A47 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 71 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.46 |
| HSL | 125.68º | 0.37% | 0.4% | - |
| HSV(B) | 125.68º | 0.54% | 0.54% | - |
| XYZ | 12.34 | 19.72 | 9.12 | - |
| YUV | 108.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 71 | 0.54 | 0 | 0.49 | 0.46 | 125.68 | 0.37 | 0.4 |
| Hex | 40 | 8A | 47 | 36 | 0 | 31 | 2E | 7E | 25 | 28 |
| Octal | 100 | 212 | 107 | 66 | 0 | 61 | 56 | 176 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1000111 | 110110 | 0 | 110001 | 101110 | 1111110 | 100101 | 101000 |
Color Harmonies of #408A47
Complementary color
Monochromatic Colors of #408A47
Black with #408A47
Text Example
Text Example
White with #408A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A47; }
p { color: rgb(64,138,71); }
H1.HeaderClassName
{
color: #408A47;
}
.AnyTagClassName
{
color: #408A47;
}
</style>
background-color css
<style>
a { background-color: #408A47; }
a { background-color: rgb(64,138,71); }
div.DivClassName
{
background-color: #408A47;
}
.BgClassName
{
background-color: #408A47;
}
</style>
border-color css
<style>
span { border-color: #408A47; }
span { border-color: rgb(64,138,71); }
td.TdClassName
{
border-color: #408A47;
}
.TagClassName
{
border-color: #408A47;
}
</style>