#498D65

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

Shades of Como #498D65

Tints of Como #498D65

Color information

#498D65 (or 0x498D65) is unknown color: approx Como. HEX triplet: 49, 8D and 65. RGB value is (73,141,101). Sum of RGB (Red+Green+Blue) = 73+141+101=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #498D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D65 is #B6729A. Grayscale: #747474. Windows color (decimal): -11956891 or 6655305. OLE color: 6655305.

HSL color Cylindrical-coordinate representation of color #498D65: hue angle of 144.71º degrees, saturation: 0.32, 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 #498D65 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB73141101-
CMYK0.4800.280.45
HSL144.71º31.78%41.96%-
HSV(B)144.71º48.23%55.29%-
XYZ14.6221.4115.67-
YUV116.11119.4797.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=23.17%
G=44.76%
B=32.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411010.4800.280.45144.7131.7841.96
Hex498D653001C2D91202a
Octal11121514560034552214052
Binary100100110001101110010111000001110010110110010001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,141,101); }

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

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

 a { background-color: rgb(73,141,101); }

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

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

 span { border-color: rgb(73,141,101); }

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