#498258

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

Shades of Como #498258

Tints of Como #498258

Color information

#498258 (or 0x498258) is unknown color: approx Como. HEX triplet: 49, 82 and 58. RGB value is (73,130,88). Sum of RGB (Red+Green+Blue) = 73+130+88=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #498258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498258 is #B67DA7. Grayscale: #6C6C6C. Windows color (decimal): -11959720 or 5800521. OLE color: 5800521.

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

Color convert

RGB7313088-
CMYK0.4400.320.49
HSL135.79º28.08%39.8%-
HSV(B)135.79º43.85%50.98%-
XYZ12.4918.0912.07-
YUV108.17116.62102.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=25.09%
G=44.67%
B=30.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130880.4400.320.49135.7928.0839.8
Hex4982582C02031881c28
Octal11120213054040612103450
Binary100100110000010101100010110001000001100011000100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498258; }

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

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

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

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

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

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

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

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