#498369

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

Shades of Viridian #498369

Tints of Viridian #498369

Color information

#498369 (or 0x498369) is unknown color: approx Viridian. HEX triplet: 49, 83 and 69. RGB value is (73,131,105). Sum of RGB (Red+Green+Blue) = 73+131+105=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #498369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498369 is #B67C96. Grayscale: #6E6E6E. Windows color (decimal): -11959447 or 6914889. OLE color: 6914889.

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

Color convert

RGB73131105-
CMYK0.4400.200.49
HSL153.1º28.43%40%-
HSV(B)153.1º44.27%51.37%-
XYZ13.4118.6716.26-
YUV110.69124.78101.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=23.62%
G=42.39%
B=33.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731311050.4400.200.49153.128.4340
Hex4983692C01431991c28
Octal11120315154024612313450
Binary10010011000001111010011011000101001100011001100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498369; }

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

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

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

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

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

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

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

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