#498257

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

Shades of Como #498257

Tints of Como #498257

Color information

#498257 (or 0x498257) is unknown color: approx Como. HEX triplet: 49, 82 and 57. RGB value is (73,130,87). Sum of RGB (Red+Green+Blue) = 73+130+87=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #498257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498257 is #B67DA8. Grayscale: #6C6C6C. Windows color (decimal): -11959721 or 5734985. OLE color: 5734985.

HSL color Cylindrical-coordinate representation of color #498257: hue angle of 134.74º 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 #498257 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB7313087-
CMYK0.4400.330.49
HSL134.74º28.08%39.8%-
HSV(B)134.74º43.85%50.98%-
XYZ12.4518.0711.85-
YUV108.06116.12103-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 87 (34.38% from 255) = 30%
R=25.17%
G=44.83%
B=30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130870.4400.330.49134.7428.0839.8
Hex4982572C02131871c28
Octal11120212754041612073450
Binary100100110000010101011110110001000011100011000011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498257; }

 p { color: rgb(73,130,87); }

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

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

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

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

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

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

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