Shades of Killarney #467F50
Tints of Killarney #467F50
RGB
CMYK
RGB Variations
Color information
#467F50 (or 0x467F50) is known color: Killarney. HEX triplet: 46, 7F and 50. RGB value is (70,127,80). Sum of RGB (Red+Green+Blue) = 70+127+80=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #467F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F50 is #B980AF. Grayscale: #686868. Windows color (decimal): -12157104 or 5275462. OLE color: 5275462.
HSL color Cylindrical-coordinate representation of color #467F50: hue angle of 130.53º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F50 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 80 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.50 |
| HSL | 130.53º | 0.29% | 0.39% | - |
| HSV(B) | 130.53º | 0.45% | 0.5% | - |
| XYZ | 11.56 | 17.06 | 10.27 | - |
| YUV | 104.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 80 | 0.45 | 0 | 0.37 | 0.50 | 130.53 | 0.29 | 0.39 |
| Hex | 46 | 7F | 50 | 2D | 0 | 25 | 32 | 83 | 1D | 27 |
| Octal | 106 | 177 | 120 | 55 | 0 | 45 | 62 | 203 | 35 | 47 |
| Binary | 1000110 | 1111111 | 1010000 | 101101 | 0 | 100101 | 110010 | 10000011 | 11101 | 100111 |
Color Harmonies of #467F50
Complementary color
Monochromatic Colors of #467F50
Black with #467F50
Text Example
Text Example
White with #467F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F50; }
p { color: rgb(70,127,80); }
H1.HeaderClassName
{
color: #467F50;
}
.AnyTagClassName
{
color: #467F50;
}
</style>
background-color css
<style>
a { background-color: #467F50; }
a { background-color: rgb(70,127,80); }
div.DivClassName
{
background-color: #467F50;
}
.BgClassName
{
background-color: #467F50;
}
</style>
border-color css
<style>
span { border-color: #467F50; }
span { border-color: rgb(70,127,80); }
td.TdClassName
{
border-color: #467F50;
}
.TagClassName
{
border-color: #467F50;
}
</style>