Shades of Killarney #40724C
Tints of Killarney #40724C
RGB
CMYK
RGB Variations
Color information
#40724C (or 0x40724C) is known color: Killarney. HEX triplet: 40, 72 and 4C. RGB value is (64,114,76). Sum of RGB (Red+Green+Blue) = 64+114+76=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #40724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40724C is #BF8DB3. Grayscale: #5E5E5E. Windows color (decimal): -12553652 or 5009984. OLE color: 5009984.
HSL color Cylindrical-coordinate representation of color #40724C: hue angle of 134.4º 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 #40724C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 76 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.55 |
| HSL | 134.4º | 0.28% | 0.35% | - |
| HSV(B) | 134.4º | 0.44% | 0.45% | - |
| XYZ | 9.44 | 13.65 | 8.97 | - |
| YUV | 94.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 76 | 0.44 | 0 | 0.33 | 0.55 | 134.4 | 0.28 | 0.35 |
| Hex | 40 | 72 | 4C | 2C | 0 | 21 | 37 | 86 | 1C | 23 |
| Octal | 100 | 162 | 114 | 54 | 0 | 41 | 67 | 206 | 34 | 43 |
| Binary | 1000000 | 1110010 | 1001100 | 101100 | 0 | 100001 | 110111 | 10000110 | 11100 | 100011 |
Color Harmonies of #40724C
Complementary color
Monochromatic Colors of #40724C
Black with #40724C
Text Example
Text Example
White with #40724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40724C; }
p { color: rgb(64,114,76); }
H1.HeaderClassName
{
color: #40724C;
}
.AnyTagClassName
{
color: #40724C;
}
</style>
background-color css
<style>
a { background-color: #40724C; }
a { background-color: rgb(64,114,76); }
div.DivClassName
{
background-color: #40724C;
}
.BgClassName
{
background-color: #40724C;
}
</style>
border-color css
<style>
span { border-color: #40724C; }
span { border-color: rgb(64,114,76); }
td.TdClassName
{
border-color: #40724C;
}
.TagClassName
{
border-color: #40724C;
}
</style>