Shades of Killarney #49884A
Tints of Killarney #49884A
RGB
CMYK
RGB Variations
Color information
#49884A (or 0x49884A) is known color: Killarney. HEX triplet: 49, 88 and 4A. RGB value is (73,136,74). Sum of RGB (Red+Green+Blue) = 73+136+74=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #49884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49884A is #B677B5. Grayscale: #6E6E6E. Windows color (decimal): -11958198 or 4884553. OLE color: 4884553.
HSL color Cylindrical-coordinate representation of color #49884A: hue angle of 120.95º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49884A is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 74 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.47 |
| HSL | 120.95º | 0.3% | 0.41% | - |
| HSV(B) | 120.95º | 0.46% | 0.53% | - |
| XYZ | 12.79 | 19.52 | 9.57 | - |
| YUV | 110.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 74 | 0.46 | 0 | 0.46 | 0.47 | 120.95 | 0.3 | 0.41 |
| Hex | 49 | 88 | 4A | 2E | 0 | 2E | 2F | 79 | 1E | 29 |
| Octal | 111 | 210 | 112 | 56 | 0 | 56 | 57 | 171 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1001010 | 101110 | 0 | 101110 | 101111 | 1111001 | 11110 | 101001 |
Color Harmonies of #49884A
Complementary color
Monochromatic Colors of #49884A
Black with #49884A
Text Example
Text Example
White with #49884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49884A; }
p { color: rgb(73,136,74); }
H1.HeaderClassName
{
color: #49884A;
}
.AnyTagClassName
{
color: #49884A;
}
</style>
background-color css
<style>
a { background-color: #49884A; }
a { background-color: rgb(73,136,74); }
div.DivClassName
{
background-color: #49884A;
}
.BgClassName
{
background-color: #49884A;
}
</style>
border-color css
<style>
span { border-color: #49884A; }
span { border-color: rgb(73,136,74); }
td.TdClassName
{
border-color: #49884A;
}
.TagClassName
{
border-color: #49884A;
}
</style>