Shades of Killarney #40714D
Tints of Killarney #40714D
RGB
CMYK
RGB Variations
Color information
#40714D (or 0x40714D) is known color: Killarney. HEX triplet: 40, 71 and 4D. RGB value is (64,113,77). Sum of RGB (Red+Green+Blue) = 64+113+77=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #40714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40714D is #BF8EB2. Grayscale: #5E5E5E. Windows color (decimal): -12553907 or 5075264. OLE color: 5075264.
HSL color Cylindrical-coordinate representation of color #40714D: hue angle of 135.92º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40714D is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 77 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.56 |
| HSL | 135.92º | 0.28% | 0.35% | - |
| HSV(B) | 135.92º | 0.43% | 0.44% | - |
| XYZ | 9.36 | 13.44 | 9.12 | - |
| YUV | 94.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 77 | 0.43 | 0 | 0.32 | 0.56 | 135.92 | 0.28 | 0.35 |
| Hex | 40 | 71 | 4D | 2B | 0 | 20 | 38 | 88 | 1C | 23 |
| Octal | 100 | 161 | 115 | 53 | 0 | 40 | 70 | 210 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1001101 | 101011 | 0 | 100000 | 111000 | 10001000 | 11100 | 100011 |
Color Harmonies of #40714D
Complementary color
Monochromatic Colors of #40714D
Black with #40714D
Text Example
Text Example
White with #40714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40714D; }
p { color: rgb(64,113,77); }
H1.HeaderClassName
{
color: #40714D;
}
.AnyTagClassName
{
color: #40714D;
}
</style>
background-color css
<style>
a { background-color: #40714D; }
a { background-color: rgb(64,113,77); }
div.DivClassName
{
background-color: #40714D;
}
.BgClassName
{
background-color: #40714D;
}
</style>
border-color css
<style>
span { border-color: #40714D; }
span { border-color: rgb(64,113,77); }
td.TdClassName
{
border-color: #40714D;
}
.TagClassName
{
border-color: #40714D;
}
</style>