#408D73

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

Shades of Viridian #408D73

Tints of Viridian #408D73

Color information

#408D73 (or 0x408D73) is unknown color: approx Viridian. HEX triplet: 40, 8D and 73. RGB value is (64,141,115). Sum of RGB (Red+Green+Blue) = 64+141+115=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #408D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D73 is #BF728C. Grayscale: #737373. Windows color (decimal): -12546701 or 7572800. OLE color: 7572800.

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

Color convert

RGB64141115-
CMYK0.5500.180.45
HSL159.74º37.56%40.2%-
HSV(B)159.74º54.61%55.29%-
XYZ14.7321.3819.57-
YUV115.01127.9991.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=20%
G=44.06%
B=35.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411150.5500.180.45159.7437.5640.2
Hex408D73370122Da02628
Octal10021516367022552404650
Binary100000010001101111001111011101001010110110100000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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