Shades of Killarney #40764E
Tints of Killarney #40764E
RGB
CMYK
RGB Variations
Color information
#40764E (or 0x40764E) is known color: Killarney. HEX triplet: 40, 76 and 4E. RGB value is (64,118,78). Sum of RGB (Red+Green+Blue) = 64+118+78=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #40764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40764E is #BF89B1. Grayscale: #616161. Windows color (decimal): -12552626 or 5142080. OLE color: 5142080.
HSL color Cylindrical-coordinate representation of color #40764E: hue angle of 135.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40764E is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 78 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.54 |
| HSL | 135.56º | 0.3% | 0.36% | - |
| HSV(B) | 135.56º | 0.46% | 0.46% | - |
| XYZ | 9.97 | 14.6 | 9.5 | - |
| YUV | 97.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 78 | 0.46 | 0 | 0.34 | 0.54 | 135.56 | 0.3 | 0.36 |
| Hex | 40 | 76 | 4E | 2E | 0 | 22 | 36 | 88 | 1E | 24 |
| Octal | 100 | 166 | 116 | 56 | 0 | 42 | 66 | 210 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1001110 | 101110 | 0 | 100010 | 110110 | 10001000 | 11110 | 100100 |
Color Harmonies of #40764E
Complementary color
Monochromatic Colors of #40764E
Black with #40764E
Text Example
Text Example
White with #40764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40764E; }
p { color: rgb(64,118,78); }
H1.HeaderClassName
{
color: #40764E;
}
.AnyTagClassName
{
color: #40764E;
}
</style>
background-color css
<style>
a { background-color: #40764E; }
a { background-color: rgb(64,118,78); }
div.DivClassName
{
background-color: #40764E;
}
.BgClassName
{
background-color: #40764E;
}
</style>
border-color css
<style>
span { border-color: #40764E; }
span { border-color: rgb(64,118,78); }
td.TdClassName
{
border-color: #40764E;
}
.TagClassName
{
border-color: #40764E;
}
</style>