#498066

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

Shades of Viridian #498066

Tints of Viridian #498066

Color information

#498066 (or 0x498066) is unknown color: approx Viridian. HEX triplet: 49, 80 and 66. RGB value is (73,128,102). Sum of RGB (Red+Green+Blue) = 73+128+102=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #498066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498066 is #B67F99. Grayscale: #6C6C6C. Windows color (decimal): -11960218 or 6717513. OLE color: 6717513.

HSL color Cylindrical-coordinate representation of color #498066: hue angle of 151.64º 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 #498066 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB73128102-
CMYK0.4300.200.50
HSL151.64º27.36%39.41%-
HSV(B)151.64º42.97%50.2%-
XYZ12.8717.8115.33-
YUV108.59124.28102.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=24.09%
G=42.24%
B=33.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731281020.4300.200.50151.6427.3639.41
Hex4980662B01432981b27
Octal11120014653024622303347
Binary10010011000000011001101010110101001100101001100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498066; }

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

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

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

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

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

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

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

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