#408163

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

Shades of Viridian #408163

Tints of Viridian #408163

Color information

#408163 (or 0x408163) is unknown color: approx Viridian. HEX triplet: 40, 81 and 63. RGB value is (64,129,99). Sum of RGB (Red+Green+Blue) = 64+129+99=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #408163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408163 is #BF7E9C. Grayscale: #6A6A6A. Windows color (decimal): -12549789 or 6521152. OLE color: 6521152.

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

Color convert

RGB6412999-
CMYK0.5000.230.49
HSL152.31º33.68%37.84%-
HSV(B)152.31º50.39%50.59%-
XYZ12.2217.6914.58-
YUV106.14123.9797.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=21.92%
G=44.18%
B=33.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129990.5000.230.49152.3133.6837.84
Hex4081633201731982226
Octal10020114362027612304246
Binary100000010000001110001111001001011111000110011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408163; }

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

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

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

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

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

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

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

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