#408C73

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

Shades of Viridian #408C73

Tints of Viridian #408C73

Color information

#408C73 (or 0x408C73) is unknown color: approx Viridian. HEX triplet: 40, 8C and 73. RGB value is (64,140,115). Sum of RGB (Red+Green+Blue) = 64+140+115=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #408C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C73 is #BF738C. Grayscale: #727272. Windows color (decimal): -12546957 or 7572544. OLE color: 7572544.

HSL color Cylindrical-coordinate representation of color #408C73: hue angle of 160.26º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C73 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB64140115-
CMYK0.5400.180.45
HSL160.26º37.25%40%-
HSV(B)160.26º54.29%54.9%-
XYZ14.5921.0819.52-
YUV114.43128.3292.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 140 (55.08% from 255) = 43.89%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=20.06%
G=43.89%
B=36.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641401150.5400.180.45160.2637.2540
Hex408C73360122Da02528
Octal10021416366022552404550
Binary100000010001100111001111011001001010110110100000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408C73; }

 p { color: rgb(64,140,115); }

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

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

 a { background-color: rgb(64,140,115); }

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

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

 span { border-color: rgb(64,140,115); }

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