Shades of Killarney #49854C
Tints of Killarney #49854C
RGB
CMYK
RGB Variations
Color information
#49854C (or 0x49854C) is known color: Killarney. HEX triplet: 49, 85 and 4C. RGB value is (73,133,76). Sum of RGB (Red+Green+Blue) = 73+133+76=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #49854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49854C is #B67AB3. Grayscale: #6C6C6C. Windows color (decimal): -11958964 or 5014857. OLE color: 5014857.
HSL color Cylindrical-coordinate representation of color #49854C: hue angle of 123º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49854C is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 76 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.48 |
| HSL | 123º | 0.29% | 0.4% | - |
| HSV(B) | 123º | 0.45% | 0.52% | - |
| XYZ | 12.44 | 18.71 | 9.79 | - |
| YUV | 108.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 76 | 0.45 | 0 | 0.43 | 0.48 | 123 | 0.29 | 0.4 |
| Hex | 49 | 85 | 4C | 2D | 0 | 2B | 30 | 7B | 1D | 28 |
| Octal | 111 | 205 | 114 | 55 | 0 | 53 | 60 | 173 | 35 | 50 |
| Binary | 1001001 | 10000101 | 1001100 | 101101 | 0 | 101011 | 110000 | 1111011 | 11101 | 101000 |
Color Harmonies of #49854C
Complementary color
Monochromatic Colors of #49854C
Black with #49854C
Text Example
Text Example
White with #49854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49854C; }
p { color: rgb(73,133,76); }
H1.HeaderClassName
{
color: #49854C;
}
.AnyTagClassName
{
color: #49854C;
}
</style>
background-color css
<style>
a { background-color: #49854C; }
a { background-color: rgb(73,133,76); }
div.DivClassName
{
background-color: #49854C;
}
.BgClassName
{
background-color: #49854C;
}
</style>
border-color css
<style>
span { border-color: #49854C; }
span { border-color: rgb(73,133,76); }
td.TdClassName
{
border-color: #49854C;
}
.TagClassName
{
border-color: #49854C;
}
</style>