#498877

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

Shades of Viridian #498877

Tints of Viridian #498877

Color information

#498877 (or 0x498877) is unknown color: approx Viridian. HEX triplet: 49, 88 and 77. RGB value is (73,136,119). Sum of RGB (Red+Green+Blue) = 73+136+119=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #498877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498877 is #B67788. Grayscale: #737373. Windows color (decimal): -11958153 or 7833673. OLE color: 7833673.

HSL color Cylindrical-coordinate representation of color #498877: hue angle of 163.81º 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 #498877 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB73136119-
CMYK0.4600.120.47
HSL163.81º30.14%40.98%-
HSV(B)163.81º46.32%53.33%-
XYZ14.8820.3620.6-
YUV115.22130.1397.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=22.26%
G=41.46%
B=36.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731361190.4600.120.47163.8130.1440.98
Hex4988772E0C2Fa41e29
Octal11121016756014572443651
Binary1001001100010001110111101110011001011111010010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498877; }

 p { color: rgb(73,136,119); }

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

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

 a { background-color: rgb(73,136,119); }

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

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

 span { border-color: rgb(73,136,119); }

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