#408376

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

Shades of Viridian #408376

Tints of Viridian #408376

Color information

#408376 (or 0x408376) is unknown color: approx Viridian. HEX triplet: 40, 83 and 76. RGB value is (64,131,118). Sum of RGB (Red+Green+Blue) = 64+131+118=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #408376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408376 is #BF7C89. Grayscale: #6D6D6D. Windows color (decimal): -12549258 or 7766848. OLE color: 7766848.

HSL color Cylindrical-coordinate representation of color #408376: hue angle of 168.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408376 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB64131118-
CMYK0.5100.100.49
HSL168.36º34.36%38.24%-
HSV(B)168.36º51.15%51.37%-
XYZ13.518.6320.02-
YUV109.48132.895.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=20.45%
G=41.85%
B=37.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641311180.5100.100.49168.3634.3638.24
Hex408376330A31a82226
Octal10020316663012612504246
Binary10000001000001111101101100110101011000110101000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408376; }

 p { color: rgb(64,131,118); }

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

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

 a { background-color: rgb(64,131,118); }

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

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

 span { border-color: rgb(64,131,118); }

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