#408A6D

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

Shades of Viridian #408A6D

Tints of Viridian #408A6D

Color information

#408A6D (or 0x408A6D) is unknown color: approx Viridian. HEX triplet: 40, 8A and 6D. RGB value is (64,138,109). Sum of RGB (Red+Green+Blue) = 64+138+109=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #408A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A6D is #BF7592. Grayscale: #707070. Windows color (decimal): -12547475 or 7178816. OLE color: 7178816.

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

Color convert

RGB64138109-
CMYK0.5400.210.46
HSL156.49º36.63%39.61%-
HSV(B)156.49º53.62%54.12%-
XYZ13.9620.3717.66-
YUV112.57125.9893.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=20.58%
G=44.37%
B=35.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641381090.5400.210.46156.4936.6339.61
Hex408A6D360152E9c2528
Octal10021215566025562344550
Binary100000010001010110110111011001010110111010011100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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