Shades of Killarney #40764B
Tints of Killarney #40764B
RGB
CMYK
RGB Variations
Color information
#40764B (or 0x40764B) is known color: Killarney. HEX triplet: 40, 76 and 4B. RGB value is (64,118,75). Sum of RGB (Red+Green+Blue) = 64+118+75=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #40764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40764B is #BF89B4. Grayscale: #616161. Windows color (decimal): -12552629 or 4945472. OLE color: 4945472.
HSL color Cylindrical-coordinate representation of color #40764B: hue angle of 132.22º 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 #40764B is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 75 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.54 |
| HSL | 132.22º | 0.3% | 0.36% | - |
| HSV(B) | 132.22º | 0.46% | 0.46% | - |
| XYZ | 9.86 | 14.55 | 8.95 | - |
| YUV | 96.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 75 | 0.46 | 0 | 0.36 | 0.54 | 132.22 | 0.3 | 0.36 |
| Hex | 40 | 76 | 4B | 2E | 0 | 24 | 36 | 84 | 1E | 24 |
| Octal | 100 | 166 | 113 | 56 | 0 | 44 | 66 | 204 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1001011 | 101110 | 0 | 100100 | 110110 | 10000100 | 11110 | 100100 |
Color Harmonies of #40764B
Complementary color
Monochromatic Colors of #40764B
Black with #40764B
Text Example
Text Example
White with #40764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40764B; }
p { color: rgb(64,118,75); }
H1.HeaderClassName
{
color: #40764B;
}
.AnyTagClassName
{
color: #40764B;
}
</style>
background-color css
<style>
a { background-color: #40764B; }
a { background-color: rgb(64,118,75); }
div.DivClassName
{
background-color: #40764B;
}
.BgClassName
{
background-color: #40764B;
}
</style>
border-color css
<style>
span { border-color: #40764B; }
span { border-color: rgb(64,118,75); }
td.TdClassName
{
border-color: #40764B;
}
.TagClassName
{
border-color: #40764B;
}
</style>