#498069

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

Shades of Viridian #498069

Tints of Viridian #498069

Color information

#498069 (or 0x498069) is unknown color: approx Viridian. HEX triplet: 49, 80 and 69. RGB value is (73,128,105). Sum of RGB (Red+Green+Blue) = 73+128+105=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #498069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498069 is #B67F96. Grayscale: #6C6C6C. Windows color (decimal): -11960215 or 6914121. OLE color: 6914121.

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

Color convert

RGB73128105-
CMYK0.4300.180.50
HSL154.91º27.36%39.41%-
HSV(B)154.91º42.97%50.2%-
XYZ13.0217.8716.13-
YUV108.93125.78102.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=23.86%
G=41.83%
B=34.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731281050.4300.180.50154.9127.3639.41
Hex4980692B012329b1b27
Octal11120015153022622333347
Binary10010011000000011010011010110100101100101001101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498069; }

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

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

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

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

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

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

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

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