Shades of Killarney #40724E
Tints of Killarney #40724E
RGB
CMYK
RGB Variations
Color information
#40724E (or 0x40724E) is known color: Killarney. HEX triplet: 40, 72 and 4E. RGB value is (64,114,78). Sum of RGB (Red+Green+Blue) = 64+114+78=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #40724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40724E is #BF8DB1. Grayscale: #5F5F5F. Windows color (decimal): -12553650 or 5141056. OLE color: 5141056.
HSL color Cylindrical-coordinate representation of color #40724E: hue angle of 136.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40724E is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 78 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.55 |
| HSL | 136.8º | 0.28% | 0.35% | - |
| HSV(B) | 136.8º | 0.44% | 0.45% | - |
| XYZ | 9.51 | 13.67 | 9.35 | - |
| YUV | 94.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 78 | 0.44 | 0 | 0.32 | 0.55 | 136.8 | 0.28 | 0.35 |
| Hex | 40 | 72 | 4E | 2C | 0 | 20 | 37 | 89 | 1C | 23 |
| Octal | 100 | 162 | 116 | 54 | 0 | 40 | 67 | 211 | 34 | 43 |
| Binary | 1000000 | 1110010 | 1001110 | 101100 | 0 | 100000 | 110111 | 10001001 | 11100 | 100011 |
Color Harmonies of #40724E
Complementary color
Monochromatic Colors of #40724E
Black with #40724E
Text Example
Text Example
White with #40724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40724E; }
p { color: rgb(64,114,78); }
H1.HeaderClassName
{
color: #40724E;
}
.AnyTagClassName
{
color: #40724E;
}
</style>
background-color css
<style>
a { background-color: #40724E; }
a { background-color: rgb(64,114,78); }
div.DivClassName
{
background-color: #40724E;
}
.BgClassName
{
background-color: #40724E;
}
</style>
border-color css
<style>
span { border-color: #40724E; }
span { border-color: rgb(64,114,78); }
td.TdClassName
{
border-color: #40724E;
}
.TagClassName
{
border-color: #40724E;
}
</style>