Shades of Killarney #408C49
Tints of Killarney #408C49
RGB
CMYK
RGB Variations
Color information
#408C49 (or 0x408C49) is known color: Killarney. HEX triplet: 40, 8C and 49. RGB value is (64,140,73). Sum of RGB (Red+Green+Blue) = 64+140+73=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #408C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408C49 is #BF73B6. Grayscale: #6D6D6D. Windows color (decimal): -12546999 or 4820032. OLE color: 4820032.
HSL color Cylindrical-coordinate representation of color #408C49: hue angle of 127.11º 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 #408C49 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 73 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.45 |
| HSL | 127.11º | 0.37% | 0.4% | - |
| HSV(B) | 127.11º | 0.54% | 0.55% | - |
| XYZ | 12.7 | 20.33 | 9.56 | - |
| YUV | 109.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 73 | 0.54 | 0 | 0.48 | 0.45 | 127.11 | 0.37 | 0.4 |
| Hex | 40 | 8C | 49 | 36 | 0 | 30 | 2D | 7F | 25 | 28 |
| Octal | 100 | 214 | 111 | 66 | 0 | 60 | 55 | 177 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1001001 | 110110 | 0 | 110000 | 101101 | 1111111 | 100101 | 101000 |
Color Harmonies of #408C49
Complementary color
Monochromatic Colors of #408C49
Black with #408C49
Text Example
Text Example
White with #408C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C49; }
p { color: rgb(64,140,73); }
H1.HeaderClassName
{
color: #408C49;
}
.AnyTagClassName
{
color: #408C49;
}
</style>
background-color css
<style>
a { background-color: #408C49; }
a { background-color: rgb(64,140,73); }
div.DivClassName
{
background-color: #408C49;
}
.BgClassName
{
background-color: #408C49;
}
</style>
border-color css
<style>
span { border-color: #408C49; }
span { border-color: rgb(64,140,73); }
td.TdClassName
{
border-color: #408C49;
}
.TagClassName
{
border-color: #408C49;
}
</style>