#498164

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

Shades of Como #498164

Tints of Como #498164

Color information

#498164 (or 0x498164) is unknown color: approx Como. HEX triplet: 49, 81 and 64. RGB value is (73,129,100). Sum of RGB (Red+Green+Blue) = 73+129+100=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #498164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498164 is #B67E9B. Grayscale: #6D6D6D. Windows color (decimal): -11959964 or 6586697. OLE color: 6586697.

HSL color Cylindrical-coordinate representation of color #498164: hue angle of 148.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498164 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB73129100-
CMYK0.4300.220.49
HSL148.93º27.72%39.61%-
HSV(B)148.93º43.41%50.59%-
XYZ12.918.0414.86-
YUV108.95122.95102.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=24.17%
G=42.72%
B=33.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731291000.4300.220.49148.9327.7239.61
Hex4981642B01631951c28
Octal11120114453026612253450
Binary10010011000000111001001010110101101100011001010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498164; }

 p { color: rgb(73,129,100); }

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

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

 a { background-color: rgb(73,129,100); }

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

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

 span { border-color: rgb(73,129,100); }

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