Shades of Killarney #467E50
Tints of Killarney #467E50
RGB
CMYK
RGB Variations
Color information
#467E50 (or 0x467E50) is known color: Killarney. HEX triplet: 46, 7E and 50. RGB value is (70,126,80). Sum of RGB (Red+Green+Blue) = 70+126+80=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #467E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E50 is #B981AF. Grayscale: #686868. Windows color (decimal): -12157360 or 5275206. OLE color: 5275206.
HSL color Cylindrical-coordinate representation of color #467E50: hue angle of 130.71º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467E50 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 80 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.51 |
| HSL | 130.71º | 0.29% | 0.38% | - |
| HSV(B) | 130.71º | 0.44% | 0.49% | - |
| XYZ | 11.43 | 16.8 | 10.23 | - |
| YUV | 104.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 80 | 0.44 | 0 | 0.37 | 0.51 | 130.71 | 0.29 | 0.38 |
| Hex | 46 | 7E | 50 | 2C | 0 | 25 | 33 | 83 | 1D | 26 |
| Octal | 106 | 176 | 120 | 54 | 0 | 45 | 63 | 203 | 35 | 46 |
| Binary | 1000110 | 1111110 | 1010000 | 101100 | 0 | 100101 | 110011 | 10000011 | 11101 | 100110 |
Color Harmonies of #467E50
Complementary color
Monochromatic Colors of #467E50
Black with #467E50
Text Example
Text Example
White with #467E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E50; }
p { color: rgb(70,126,80); }
H1.HeaderClassName
{
color: #467E50;
}
.AnyTagClassName
{
color: #467E50;
}
</style>
background-color css
<style>
a { background-color: #467E50; }
a { background-color: rgb(70,126,80); }
div.DivClassName
{
background-color: #467E50;
}
.BgClassName
{
background-color: #467E50;
}
</style>
border-color css
<style>
span { border-color: #467E50; }
span { border-color: rgb(70,126,80); }
td.TdClassName
{
border-color: #467E50;
}
.TagClassName
{
border-color: #467E50;
}
</style>