#408B6C

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

Shades of Viridian #408B6C

Tints of Viridian #408B6C

Color information

#408B6C (or 0x408B6C) is unknown color: approx Viridian. HEX triplet: 40, 8B and 6C. RGB value is (64,139,108). Sum of RGB (Red+Green+Blue) = 64+139+108=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #408B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B6C is #BF7493. Grayscale: #717171. Windows color (decimal): -12547220 or 7113536. OLE color: 7113536.

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

Color convert

RGB64139108-
CMYK0.5400.220.45
HSL155.2º36.95%39.8%-
HSV(B)155.2º53.96%54.51%-
XYZ14.0520.6417.43-
YUV113.04125.1593.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=20.58%
G=44.69%
B=34.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391080.5400.220.45155.236.9539.8
Hex408B6C360162D9b2528
Octal10021315466026552334550
Binary100000010001011110110011011001011010110110011011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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