Shades of Killarney #40764A
Tints of Killarney #40764A
RGB
CMYK
RGB Variations
Color information
#40764A (or 0x40764A) is known color: Killarney. HEX triplet: 40, 76 and 4A. RGB value is (64,118,74). Sum of RGB (Red+Green+Blue) = 64+118+74=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #40764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40764A is #BF89B5. Grayscale: #606060. Windows color (decimal): -12552630 or 4879936. OLE color: 4879936.
HSL color Cylindrical-coordinate representation of color #40764A: hue angle of 131.11º 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 #40764A is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 74 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.54 |
| HSL | 131.11º | 0.3% | 0.36% | - |
| HSV(B) | 131.11º | 0.46% | 0.46% | - |
| XYZ | 9.83 | 14.54 | 8.77 | - |
| YUV | 96.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 74 | 0.46 | 0 | 0.37 | 0.54 | 131.11 | 0.3 | 0.36 |
| Hex | 40 | 76 | 4A | 2E | 0 | 25 | 36 | 83 | 1E | 24 |
| Octal | 100 | 166 | 112 | 56 | 0 | 45 | 66 | 203 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1001010 | 101110 | 0 | 100101 | 110110 | 10000011 | 11110 | 100100 |
Color Harmonies of #40764A
Complementary color
Monochromatic Colors of #40764A
Black with #40764A
Text Example
Text Example
White with #40764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40764A; }
p { color: rgb(64,118,74); }
H1.HeaderClassName
{
color: #40764A;
}
.AnyTagClassName
{
color: #40764A;
}
</style>
background-color css
<style>
a { background-color: #40764A; }
a { background-color: rgb(64,118,74); }
div.DivClassName
{
background-color: #40764A;
}
.BgClassName
{
background-color: #40764A;
}
</style>
border-color css
<style>
span { border-color: #40764A; }
span { border-color: rgb(64,118,74); }
td.TdClassName
{
border-color: #40764A;
}
.TagClassName
{
border-color: #40764A;
}
</style>