Shades of Killarney #468047
Tints of Killarney #468047
RGB
CMYK
RGB Variations
Color information
#468047 (or 0x468047) is known color: Killarney. HEX triplet: 46, 80 and 47. RGB value is (70,128,71). Sum of RGB (Red+Green+Blue) = 70+128+71=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #468047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468047 is #B97FB8. Grayscale: #686868. Windows color (decimal): -12156857 or 4685894. OLE color: 4685894.
HSL color Cylindrical-coordinate representation of color #468047: hue angle of 121.03º 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 #468047 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 71 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.50 |
| HSL | 121.03º | 0.29% | 0.39% | - |
| HSV(B) | 121.03º | 0.45% | 0.5% | - |
| XYZ | 11.38 | 17.2 | 8.68 | - |
| YUV | 104.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 71 | 0.45 | 0 | 0.45 | 0.50 | 121.03 | 0.29 | 0.39 |
| Hex | 46 | 80 | 47 | 2D | 0 | 2D | 32 | 79 | 1D | 27 |
| Octal | 106 | 200 | 107 | 55 | 0 | 55 | 62 | 171 | 35 | 47 |
| Binary | 1000110 | 10000000 | 1000111 | 101101 | 0 | 101101 | 110010 | 1111001 | 11101 | 100111 |
Color Harmonies of #468047
Complementary color
Monochromatic Colors of #468047
Black with #468047
Text Example
Text Example
White with #468047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468047; }
p { color: rgb(70,128,71); }
H1.HeaderClassName
{
color: #468047;
}
.AnyTagClassName
{
color: #468047;
}
</style>
background-color css
<style>
a { background-color: #468047; }
a { background-color: rgb(70,128,71); }
div.DivClassName
{
background-color: #468047;
}
.BgClassName
{
background-color: #468047;
}
</style>
border-color css
<style>
span { border-color: #468047; }
span { border-color: rgb(70,128,71); }
td.TdClassName
{
border-color: #468047;
}
.TagClassName
{
border-color: #468047;
}
</style>