#498955

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

Shades of Killarney #498955

Tints of Killarney #498955

Color information

#498955 (or 0x498955) is unknown color: approx Killarney. HEX triplet: 49, 89 and 55. RGB value is (73,137,85). Sum of RGB (Red+Green+Blue) = 73+137+85=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #498955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498955 is #B676AA. Grayscale: #707070. Windows color (decimal): -11957931 or 5605705. OLE color: 5605705.

HSL color Cylindrical-coordinate representation of color #498955: hue angle of 131.25º degrees, saturation: 0.3, 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 #498955 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB7313785-
CMYK0.4700.380.46
HSL131.25º30.48%41.18%-
HSV(B)131.25º46.72%53.73%-
XYZ13.3319.9611.74-
YUV111.94112.8100.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=24.75%
G=46.44%
B=28.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73137850.4700.380.46131.2530.4841.18
Hex4989552F0262E831e29
Octal11121112557046562033651
Binary100100110001001101010110111101001101011101000001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498955; }

 p { color: rgb(73,137,85); }

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

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

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

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

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

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

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