#498B5E

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

Shades of Como #498B5E

Tints of Como #498B5E

Color information

#498B5E (or 0x498B5E) is unknown color: approx Como. HEX triplet: 49, 8B and 5E. RGB value is (73,139,94). Sum of RGB (Red+Green+Blue) = 73+139+94=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #498B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498B5E is #B674A1. Grayscale: #727272. Windows color (decimal): -11957410 or 6196041. OLE color: 6196041.

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

Color convert

RGB7313994-
CMYK0.4700.320.45
HSL139.09º31.13%41.57%-
HSV(B)139.09º47.48%54.51%-
XYZ1420.6913.85-
YUV114.14116.6398.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=23.86%
G=45.42%
B=30.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73139940.4700.320.45139.0931.1341.57
Hex498B5E2F0202D8b1f2a
Octal11121313657040552133752
Binary100100110001011101111010111101000001011011000101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,139,94); }

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

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

 a { background-color: rgb(73,139,94); }

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

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

 span { border-color: rgb(73,139,94); }

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