Shades of Killarney #498B4A
Tints of Killarney #498B4A
RGB
CMYK
RGB Variations
Color information
#498B4A (or 0x498B4A) is known color: Killarney. HEX triplet: 49, 8B and 4A. RGB value is (73,139,74). Sum of RGB (Red+Green+Blue) = 73+139+74=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #498B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B4A is #B674B5. Grayscale: #707070. Windows color (decimal): -11957430 or 4885321. OLE color: 4885321.
HSL color Cylindrical-coordinate representation of color #498B4A: hue angle of 120.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498B4A is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 74 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.45 |
| HSL | 120.91º | 0.31% | 0.42% | - |
| HSV(B) | 120.91º | 0.47% | 0.55% | - |
| XYZ | 13.22 | 20.38 | 9.71 | - |
| YUV | 111.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 74 | 0.47 | 0 | 0.47 | 0.45 | 120.91 | 0.31 | 0.42 |
| Hex | 49 | 8B | 4A | 2F | 0 | 2F | 2D | 79 | 1F | 2A |
| Octal | 111 | 213 | 112 | 57 | 0 | 57 | 55 | 171 | 37 | 52 |
| Binary | 1001001 | 10001011 | 1001010 | 101111 | 0 | 101111 | 101101 | 1111001 | 11111 | 101010 |
Color Harmonies of #498B4A
Complementary color
Monochromatic Colors of #498B4A
Black with #498B4A
Text Example
Text Example
White with #498B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B4A; }
p { color: rgb(73,139,74); }
H1.HeaderClassName
{
color: #498B4A;
}
.AnyTagClassName
{
color: #498B4A;
}
</style>
background-color css
<style>
a { background-color: #498B4A; }
a { background-color: rgb(73,139,74); }
div.DivClassName
{
background-color: #498B4A;
}
.BgClassName
{
background-color: #498B4A;
}
</style>
border-color css
<style>
span { border-color: #498B4A; }
span { border-color: rgb(73,139,74); }
td.TdClassName
{
border-color: #498B4A;
}
.TagClassName
{
border-color: #498B4A;
}
</style>