#408B71

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

Shades of Viridian #408B71

Tints of Viridian #408B71

Color information

#408B71 (or 0x408B71) is unknown color: approx Viridian. HEX triplet: 40, 8B and 71. RGB value is (64,139,113). Sum of RGB (Red+Green+Blue) = 64+139+113=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #408B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B71 is #BF748E. Grayscale: #717171. Windows color (decimal): -12547215 or 7441216. OLE color: 7441216.

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

Color convert

RGB64139113-
CMYK0.5400.190.45
HSL159.2º36.95%39.8%-
HSV(B)159.2º53.96%54.51%-
XYZ14.3320.7518.87-
YUV113.61127.6592.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=20.25%
G=43.99%
B=35.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391130.5400.190.45159.236.9539.8
Hex408B71360132D9f2528
Octal10021316166023552374550
Binary100000010001011111000111011001001110110110011111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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