Shades of Killarney #46734A
Tints of Killarney #46734A
RGB
CMYK
RGB Variations
Color information
#46734A (or 0x46734A) is known color: Killarney. HEX triplet: 46, 73 and 4A. RGB value is (70,115,74). Sum of RGB (Red+Green+Blue) = 70+115+74=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #46734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46734A is #B98CB5. Grayscale: #606060. Windows color (decimal): -12160182 or 4879174. OLE color: 4879174.
HSL color Cylindrical-coordinate representation of color #46734A: hue angle of 125.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46734A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 74 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.55 |
| HSL | 125.33º | 0.24% | 0.36% | - |
| HSV(B) | 125.33º | 0.39% | 0.45% | - |
| XYZ | 9.89 | 14.06 | 8.67 | - |
| YUV | 96.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 74 | 0.39 | 0 | 0.36 | 0.55 | 125.33 | 0.24 | 0.36 |
| Hex | 46 | 73 | 4A | 27 | 0 | 24 | 37 | 7D | 18 | 24 |
| Octal | 106 | 163 | 112 | 47 | 0 | 44 | 67 | 175 | 30 | 44 |
| Binary | 1000110 | 1110011 | 1001010 | 100111 | 0 | 100100 | 110111 | 1111101 | 11000 | 100100 |
Color Harmonies of #46734A
Complementary color
Monochromatic Colors of #46734A
Black with #46734A
Text Example
Text Example
White with #46734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46734A; }
p { color: rgb(70,115,74); }
H1.HeaderClassName
{
color: #46734A;
}
.AnyTagClassName
{
color: #46734A;
}
</style>
background-color css
<style>
a { background-color: #46734A; }
a { background-color: rgb(70,115,74); }
div.DivClassName
{
background-color: #46734A;
}
.BgClassName
{
background-color: #46734A;
}
</style>
border-color css
<style>
span { border-color: #46734A; }
span { border-color: rgb(70,115,74); }
td.TdClassName
{
border-color: #46734A;
}
.TagClassName
{
border-color: #46734A;
}
</style>