#498869

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

Shades of Viridian #498869

Tints of Viridian #498869

Color information

#498869 (or 0x498869) is unknown color: approx Viridian. HEX triplet: 49, 88 and 69. RGB value is (73,136,105). Sum of RGB (Red+Green+Blue) = 73+136+105=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #498869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498869 is #B67796. Grayscale: #717171. Windows color (decimal): -11958167 or 6916169. OLE color: 6916169.

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

Color convert

RGB73136105-
CMYK0.4600.230.47
HSL150.48º30.14%40.98%-
HSV(B)150.48º46.32%53.33%-
XYZ14.120.0416.49-
YUV113.63123.1399.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=23.25%
G=43.31%
B=33.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731361050.4600.230.47150.4830.1440.98
Hex4988692E0172F961e29
Octal11121015156027572263651
Binary10010011000100011010011011100101111011111001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498869; }

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

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

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

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

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

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

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

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