#408B66

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

Shades of Viridian #408B66

Tints of Viridian #408B66

Color information

#408B66 (or 0x408B66) is unknown color: approx Viridian. HEX triplet: 40, 8B and 66. RGB value is (64,139,102). Sum of RGB (Red+Green+Blue) = 64+139+102=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #408B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B66 is #BF7499. Grayscale: #707070. Windows color (decimal): -12547226 or 6720320. OLE color: 6720320.

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

Color convert

RGB64139102-
CMYK0.5400.270.45
HSL150.4º36.95%39.8%-
HSV(B)150.4º53.96%54.51%-
XYZ13.7520.5115.81-
YUV112.36122.1593.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=20.98%
G=45.57%
B=33.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391020.5400.270.45150.436.9539.8
Hex408B663601B2D962528
Octal10021314666033552264550
Binary100000010001011110011011011001101110110110010110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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