#498067

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

Shades of Viridian #498067

Tints of Viridian #498067

Color information

#498067 (or 0x498067) is unknown color: approx Viridian. HEX triplet: 49, 80 and 67. RGB value is (73,128,103). Sum of RGB (Red+Green+Blue) = 73+128+103=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #498067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498067 is #B67F98. Grayscale: #6C6C6C. Windows color (decimal): -11960217 or 6783049. OLE color: 6783049.

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

Color convert

RGB73128103-
CMYK0.4300.200.50
HSL152.73º27.36%39.41%-
HSV(B)152.73º42.97%50.2%-
XYZ12.9217.8315.59-
YUV108.7124.78102.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=24.01%
G=42.11%
B=33.88%

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
Decimal731281030.4300.200.50152.7327.3639.41
Hex4980672B01432991b27
Octal11120014753024622313347
Binary10010011000000011001111010110101001100101001100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498067; }

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

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

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

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

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

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

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

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