#408D6D

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

Shades of Viridian #408D6D

Tints of Viridian #408D6D

Color information

#408D6D (or 0x408D6D) is unknown color: approx Viridian. HEX triplet: 40, 8D and 6D. RGB value is (64,141,109). Sum of RGB (Red+Green+Blue) = 64+141+109=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #408D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D6D is #BF7292. Grayscale: #727272. Windows color (decimal): -12546707 or 7179584. OLE color: 7179584.

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

Color convert

RGB64141109-
CMYK0.5500.230.45
HSL155.06º37.56%40.2%-
HSV(B)155.06º54.61%55.29%-
XYZ14.421.2417.81-
YUV114.33124.9992.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=20.38%
G=44.90%
B=34.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411090.5500.230.45155.0637.5640.2
Hex408D6D370172D9b2628
Octal10021515567027552334650
Binary100000010001101110110111011101011110110110011011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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