#408A71

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

Shades of Viridian #408A71

Tints of Viridian #408A71

Color information

#408A71 (or 0x408A71) is unknown color: approx Viridian. HEX triplet: 40, 8A and 71. RGB value is (64,138,113). Sum of RGB (Red+Green+Blue) = 64+138+113=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #408A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A71 is #BF758E. Grayscale: #717171. Windows color (decimal): -12547471 or 7440960. OLE color: 7440960.

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

Color convert

RGB64138113-
CMYK0.5400.180.46
HSL159.73º36.63%39.61%-
HSV(B)159.73º53.62%54.12%-
XYZ14.1820.4618.82-
YUV113.02127.9893.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=20.32%
G=43.81%
B=35.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641381130.5400.180.46159.7336.6339.61
Hex408A71360122Ea02528
Octal10021216166022562404550
Binary100000010001010111000111011001001010111010100000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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