#498775

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

Shades of Viridian #498775

Tints of Viridian #498775

Color information

#498775 (or 0x498775) is unknown color: approx Viridian. HEX triplet: 49, 87 and 75. RGB value is (73,135,117). Sum of RGB (Red+Green+Blue) = 73+135+117=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #498775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498775 is #B6788A. Grayscale: #727272. Windows color (decimal): -11958411 or 7702345. OLE color: 7702345.

HSL color Cylindrical-coordinate representation of color #498775: hue angle of 162.58º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498775 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB73135117-
CMYK0.4600.130.47
HSL162.58º29.81%40.78%-
HSV(B)162.58º45.93%52.94%-
XYZ14.6220.0319.92-
YUV114.41129.4698.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 117 (46.09% from 255) = 36%
R=22.46%
G=41.54%
B=36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731351170.4600.130.47162.5829.8140.78
Hex4987752E0D2Fa31e29
Octal11120716556015572433651
Binary1001001100001111110101101110011011011111010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498775; }

 p { color: rgb(73,135,117); }

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

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

 a { background-color: rgb(73,135,117); }

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

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

 span { border-color: rgb(73,135,117); }

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