#498A69

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

Shades of Viridian #498A69

Tints of Viridian #498A69

Color information

#498A69 (or 0x498A69) is unknown color: approx Viridian. HEX triplet: 49, 8A and 69. RGB value is (73,138,105). Sum of RGB (Red+Green+Blue) = 73+138+105=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #498A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A69 is #B67596. Grayscale: #727272. Windows color (decimal): -11957655 or 6916681. OLE color: 6916681.

HSL color Cylindrical-coordinate representation of color #498A69: hue angle of 149.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A69 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB73138105-
CMYK0.4700.240.46
HSL149.54º30.81%41.37%-
HSV(B)149.54º47.1%54.12%-
XYZ14.3920.6116.59-
YUV114.8122.4798.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=23.10%
G=43.67%
B=33.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731381050.4700.240.46149.5430.8141.37
Hex498A692F0182E961f29
Octal11121215157030562263751
Binary10010011000101011010011011110110001011101001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498A69; }

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

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

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

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

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

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

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

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