#498149

Color #498149 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #498149

Tints of Killarney #498149

Color information

#498149 (or 0x498149) is unknown color: approx Killarney. HEX triplet: 49, 81 and 49. RGB value is (73,129,73). Sum of RGB (Red+Green+Blue) = 73+129+73=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #498149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498149 is #B67EB6. Grayscale: #6A6A6A. Windows color (decimal): -11959991 or 4817225. OLE color: 4817225.

HSL color Cylindrical-coordinate representation of color #498149: hue angle of 120º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498149 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB7312973-
CMYK0.4300.430.49
HSL120º27.72%39.61%-
HSV(B)120º43.41%50.59%-
XYZ11.817.69.08-
YUV105.87109.45104.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=26.55%
G=46.91%
B=26.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129730.4300.430.4912027.7239.61
Hex4981492B02B31781c28
Octal11120111153053611703450
Binary10010011000000110010011010110101011110001111100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498149; }

 p { color: rgb(73,129,73); }

 H1.HeaderClassName
 {
   color: #498149;
 }
 .AnyTagClassName
 {
   color: #498149;
 }
</style>
background-color css

<style>
 a { background-color: #498149; }

 a { background-color: rgb(73,129,73); }

 div.DivClassName
 {
   background-color: #498149;
 }
 .BgClassName
 {
   background-color: #498149;
 }
</style>
border-color css

<style>
 span { border-color: #498149; }

 span { border-color: rgb(73,129,73); }

 td.TdClassName
 {
   border-color: #498149;
 }
 .TagClassName
 {
   border-color: #498149;
 }
</style>