#498862

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

Shades of Como #498862

Tints of Como #498862

Color information

#498862 (or 0x498862) is unknown color: approx Como. HEX triplet: 49, 88 and 62. RGB value is (73,136,98). Sum of RGB (Red+Green+Blue) = 73+136+98=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #498862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498862 is #B6779D. Grayscale: #707070. Windows color (decimal): -11958174 or 6457417. OLE color: 6457417.

HSL color Cylindrical-coordinate representation of color #498862: hue angle of 143.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498862 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB7313698-
CMYK0.4600.280.47
HSL143.81º30.14%40.98%-
HSV(B)143.81º46.32%53.33%-
XYZ13.7619.9114.67-
YUV112.83119.6399.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=23.78%
G=44.30%
B=31.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73136980.4600.280.47143.8130.1440.98
Hex4988622E01C2F901e29
Octal11121014256034572203651
Binary10010011000100011000101011100111001011111001000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498862; }

 p { color: rgb(73,136,98); }

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

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

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

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

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

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

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