#408168

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

Shades of Viridian #408168

Tints of Viridian #408168

Color information

#408168 (or 0x408168) is unknown color: approx Viridian. HEX triplet: 40, 81 and 68. RGB value is (64,129,104). Sum of RGB (Red+Green+Blue) = 64+129+104=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #408168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408168 is #BF7E97. Grayscale: #6A6A6A. Windows color (decimal): -12549784 or 6848832. OLE color: 6848832.

HSL color Cylindrical-coordinate representation of color #408168: hue angle of 156.92º 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 #408168 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB64129104-
CMYK0.5000.190.49
HSL156.92º33.68%37.84%-
HSV(B)156.92º50.39%50.59%-
XYZ12.4617.7915.87-
YUV106.71126.4797.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=21.55%
G=43.43%
B=35.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641291040.5000.190.49156.9233.6837.84
Hex40816832013319d2226
Octal10020115062023612354246
Binary100000010000001110100011001001001111000110011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408168; }

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

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

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

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

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

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

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

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