Shades of Killarney #40764F
Tints of Killarney #40764F
RGB
CMYK
RGB Variations
Color information
#40764F (or 0x40764F) is known color: Killarney. HEX triplet: 40, 76 and 4F. RGB value is (64,118,79). Sum of RGB (Red+Green+Blue) = 64+118+79=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #40764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40764F is #BF89B0. Grayscale: #616161. Windows color (decimal): -12552625 or 5207616. OLE color: 5207616.
HSL color Cylindrical-coordinate representation of color #40764F: hue angle of 136.67º 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 #40764F is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 79 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.54 |
| HSL | 136.67º | 0.3% | 0.36% | - |
| HSV(B) | 136.67º | 0.46% | 0.46% | - |
| XYZ | 10 | 14.61 | 9.69 | - |
| YUV | 97.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 79 | 0.46 | 0 | 0.33 | 0.54 | 136.67 | 0.3 | 0.36 |
| Hex | 40 | 76 | 4F | 2E | 0 | 21 | 36 | 89 | 1E | 24 |
| Octal | 100 | 166 | 117 | 56 | 0 | 41 | 66 | 211 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1001111 | 101110 | 0 | 100001 | 110110 | 10001001 | 11110 | 100100 |
Color Harmonies of #40764F
Complementary color
Monochromatic Colors of #40764F
Black with #40764F
Text Example
Text Example
White with #40764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40764F; }
p { color: rgb(64,118,79); }
H1.HeaderClassName
{
color: #40764F;
}
.AnyTagClassName
{
color: #40764F;
}
</style>
background-color css
<style>
a { background-color: #40764F; }
a { background-color: rgb(64,118,79); }
div.DivClassName
{
background-color: #40764F;
}
.BgClassName
{
background-color: #40764F;
}
</style>
border-color css
<style>
span { border-color: #40764F; }
span { border-color: rgb(64,118,79); }
td.TdClassName
{
border-color: #40764F;
}
.TagClassName
{
border-color: #40764F;
}
</style>