#498A53

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

Shades of Killarney #498A53

Tints of Killarney #498A53

Color information

#498A53 (or 0x498A53) is unknown color: approx Killarney. HEX triplet: 49, 8A and 53. RGB value is (73,138,83). Sum of RGB (Red+Green+Blue) = 73+138+83=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #498A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A53 is #B675AC. Grayscale: #707070. Windows color (decimal): -11957677 or 5474889. OLE color: 5474889.

HSL color Cylindrical-coordinate representation of color #498A53: hue angle of 129.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A53 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB7313883-
CMYK0.4700.400.46
HSL129.23º30.81%41.37%-
HSV(B)129.23º47.1%54.12%-
XYZ13.420.2211.38-
YUV112.3111.4799.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=24.83%
G=46.94%
B=28.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73138830.4700.400.46129.2330.8141.37
Hex498A532F0282E811f29
Octal11121212357050562013751
Binary100100110001010101001110111101010001011101000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498A53; }

 p { color: rgb(73,138,83); }

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

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

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

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

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

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

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