#498061

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

Shades of Como #498061

Tints of Como #498061

Color information

#498061 (or 0x498061) is unknown color: approx Como. HEX triplet: 49, 80 and 61. RGB value is (73,128,97). Sum of RGB (Red+Green+Blue) = 73+128+97=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #498061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498061 is #B67F9E. Grayscale: #6C6C6C. Windows color (decimal): -11960223 or 6389833. OLE color: 6389833.

HSL color Cylindrical-coordinate representation of color #498061: hue angle of 146.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498061 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB7312897-
CMYK0.4300.240.50
HSL146.18º27.36%39.41%-
HSV(B)146.18º42.97%50.2%-
XYZ12.6217.7214.06-
YUV108.02121.78103.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=24.50%
G=42.95%
B=32.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73128970.4300.240.50146.1827.3639.41
Hex4980612B01832921b27
Octal11120014153030622223347
Binary10010011000000011000011010110110001100101001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498061; }

 p { color: rgb(73,128,97); }

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

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

 a { background-color: rgb(73,128,97); }

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

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

 span { border-color: rgb(73,128,97); }

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