#408B6D

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

Shades of Viridian #408B6D

Tints of Viridian #408B6D

Color information

#408B6D (or 0x408B6D) is unknown color: approx Viridian. HEX triplet: 40, 8B and 6D. RGB value is (64,139,109). Sum of RGB (Red+Green+Blue) = 64+139+109=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #408B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B6D is #BF7492. Grayscale: #717171. Windows color (decimal): -12547219 or 7179072. OLE color: 7179072.

HSL color Cylindrical-coordinate representation of color #408B6D: hue angle of 156º 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 #408B6D is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB64139109-
CMYK0.5400.220.45
HSL156º36.95%39.8%-
HSV(B)156º53.96%54.51%-
XYZ14.1120.6617.71-
YUV113.15125.6592.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=20.51%
G=44.55%
B=34.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391090.5400.220.4515636.9539.8
Hex408B6D360162D9c2528
Octal10021315566026552344550
Binary100000010001011110110111011001011010110110011100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,139,109); }

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

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

 a { background-color: rgb(64,139,109); }

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

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

 span { border-color: rgb(64,139,109); }

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