Shades of Killarney #498353
Tints of Killarney #498353
RGB
CMYK
RGB Variations
Color information
#498353 (or 0x498353) is known color: Killarney. HEX triplet: 49, 83 and 53. RGB value is (73,131,83). Sum of RGB (Red+Green+Blue) = 73+131+83=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #498353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498353 is #B67CAC. Grayscale: #6C6C6C. Windows color (decimal): -11959469 or 5473097. OLE color: 5473097.
HSL color Cylindrical-coordinate representation of color #498353: hue angle of 130.34º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498353 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 83 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.49 |
| HSL | 130.34º | 0.28% | 0.4% | - |
| HSV(B) | 130.34º | 0.44% | 0.51% | - |
| XYZ | 12.43 | 18.27 | 11.06 | - |
| YUV | 108.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 83 | 0.44 | 0 | 0.37 | 0.49 | 130.34 | 0.28 | 0.4 |
| Hex | 49 | 83 | 53 | 2C | 0 | 25 | 31 | 82 | 1C | 28 |
| Octal | 111 | 203 | 123 | 54 | 0 | 45 | 61 | 202 | 34 | 50 |
| Binary | 1001001 | 10000011 | 1010011 | 101100 | 0 | 100101 | 110001 | 10000010 | 11100 | 101000 |
Color Harmonies of #498353
Complementary color
Monochromatic Colors of #498353
Black with #498353
Text Example
Text Example
White with #498353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498353; }
p { color: rgb(73,131,83); }
H1.HeaderClassName
{
color: #498353;
}
.AnyTagClassName
{
color: #498353;
}
</style>
background-color css
<style>
a { background-color: #498353; }
a { background-color: rgb(73,131,83); }
div.DivClassName
{
background-color: #498353;
}
.BgClassName
{
background-color: #498353;
}
</style>
border-color css
<style>
span { border-color: #498353; }
span { border-color: rgb(73,131,83); }
td.TdClassName
{
border-color: #498353;
}
.TagClassName
{
border-color: #498353;
}
</style>