#498C62

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

Shades of Como #498C62

Tints of Como #498C62

Color information

#498C62 (or 0x498C62) is unknown color: approx Como. HEX triplet: 49, 8C and 62. RGB value is (73,140,98). Sum of RGB (Red+Green+Blue) = 73+140+98=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #498C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498C62 is #B6739D. Grayscale: #737373. Windows color (decimal): -11957150 or 6458441. OLE color: 6458441.

HSL color Cylindrical-coordinate representation of color #498C62: hue angle of 142.39º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498C62 is Cyan = 0.48, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB7314098-
CMYK0.4800.30.45
HSL142.39º31.46%41.76%-
HSV(B)142.39º47.86%54.9%-
XYZ14.3321.0514.86-
YUV115.18118.397.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=23.47%
G=45.02%
B=31.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73140980.4800.30.45142.3931.4641.76
Hex498C623001E2D8e1f2a
Octal11121414260036552163752
Binary10010011000110011000101100000111101011011000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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