#408162

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

Shades of Viridian #408162

Tints of Viridian #408162

Color information

#408162 (or 0x408162) is unknown color: approx Viridian. HEX triplet: 40, 81 and 62. RGB value is (64,129,98). Sum of RGB (Red+Green+Blue) = 64+129+98=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #408162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408162 is #BF7E9D. Grayscale: #6A6A6A. Windows color (decimal): -12549790 or 6455616. OLE color: 6455616.

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

Color convert

RGB6412998-
CMYK0.5000.240.49
HSL151.38º33.68%37.84%-
HSV(B)151.38º50.39%50.59%-
XYZ12.1717.6714.32-
YUV106.03123.4798.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=21.99%
G=44.33%
B=33.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129980.5000.240.49151.3833.6837.84
Hex4081623201831972226
Octal10020114262030612274246
Binary100000010000001110001011001001100011000110010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408162; }

 p { color: rgb(64,129,98); }

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

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

 a { background-color: rgb(64,129,98); }

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

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

 span { border-color: rgb(64,129,98); }

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