Shades of Killarney #46884A
Tints of Killarney #46884A
RGB
CMYK
RGB Variations
Color information
#46884A (or 0x46884A) is known color: Killarney. HEX triplet: 46, 88 and 4A. RGB value is (70,136,74). Sum of RGB (Red+Green+Blue) = 70+136+74=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #46884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46884A is #B977B5. Grayscale: #6D6D6D. Windows color (decimal): -12154806 or 4884550. OLE color: 4884550.
HSL color Cylindrical-coordinate representation of color #46884A: hue angle of 123.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46884A is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 74 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.47 |
| HSL | 123.64º | 0.32% | 0.4% | - |
| HSV(B) | 123.64º | 0.49% | 0.53% | - |
| XYZ | 12.57 | 19.4 | 9.56 | - |
| YUV | 109.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 74 | 0.49 | 0 | 0.46 | 0.47 | 123.64 | 0.32 | 0.4 |
| Hex | 46 | 88 | 4A | 31 | 0 | 2E | 2F | 7C | 20 | 28 |
| Octal | 106 | 210 | 112 | 61 | 0 | 56 | 57 | 174 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1001010 | 110001 | 0 | 101110 | 101111 | 1111100 | 100000 | 101000 |
Color Harmonies of #46884A
Complementary color
Monochromatic Colors of #46884A
Black with #46884A
Text Example
Text Example
White with #46884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46884A; }
p { color: rgb(70,136,74); }
H1.HeaderClassName
{
color: #46884A;
}
.AnyTagClassName
{
color: #46884A;
}
</style>
background-color css
<style>
a { background-color: #46884A; }
a { background-color: rgb(70,136,74); }
div.DivClassName
{
background-color: #46884A;
}
.BgClassName
{
background-color: #46884A;
}
</style>
border-color css
<style>
span { border-color: #46884A; }
span { border-color: rgb(70,136,74); }
td.TdClassName
{
border-color: #46884A;
}
.TagClassName
{
border-color: #46884A;
}
</style>