#408471

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

Shades of Viridian #408471

Tints of Viridian #408471

Color information

#408471 (or 0x408471) is unknown color: approx Viridian. HEX triplet: 40, 84 and 71. RGB value is (64,132,113). Sum of RGB (Red+Green+Blue) = 64+132+113=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #408471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408471 is #BF7B8E. Grayscale: #6D6D6D. Windows color (decimal): -12549007 or 7439424. OLE color: 7439424.

HSL color Cylindrical-coordinate representation of color #408471: hue angle of 163.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408471 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB64132113-
CMYK0.5200.140.48
HSL163.24º34.69%38.43%-
HSV(B)163.24º51.52%51.76%-
XYZ13.3518.7818.55-
YUV109.5129.9795.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=20.71%
G=42.72%
B=36.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641321130.5200.140.48163.2434.6938.43
Hex408471340E30a32326
Octal10020416164016602434346
Binary10000001000010011100011101000111011000010100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408471; }

 p { color: rgb(64,132,113); }

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

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

 a { background-color: rgb(64,132,113); }

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

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

 span { border-color: rgb(64,132,113); }

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