#408A6E

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

Shades of Viridian #408A6E

Tints of Viridian #408A6E

Color information

#408A6E (or 0x408A6E) is unknown color: approx Viridian. HEX triplet: 40, 8A and 6E. RGB value is (64,138,110). Sum of RGB (Red+Green+Blue) = 64+138+110=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #408A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A6E is #BF7591. Grayscale: #707070. Windows color (decimal): -12547474 or 7244352. OLE color: 7244352.

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

Color convert

RGB64138110-
CMYK0.5400.200.46
HSL157.3º36.63%39.61%-
HSV(B)157.3º53.62%54.12%-
XYZ14.0220.3917.95-
YUV112.68126.4893.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=20.51%
G=44.23%
B=35.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641381100.5400.200.46157.336.6339.61
Hex408A6E360142E9d2528
Octal10021215666024562354550
Binary100000010001010110111011011001010010111010011101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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