#408573

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

Shades of Viridian #408573

Tints of Viridian #408573

Color information

#408573 (or 0x408573) is unknown color: approx Viridian. HEX triplet: 40, 85 and 73. RGB value is (64,133,115). Sum of RGB (Red+Green+Blue) = 64+133+115=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #408573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408573 is #BF7A8C. Grayscale: #6E6E6E. Windows color (decimal): -12548749 or 7570752. OLE color: 7570752.

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

Color convert

RGB64133115-
CMYK0.5200.140.48
HSL164.35º35.03%38.63%-
HSV(B)164.35º51.88%52.16%-
XYZ13.619.119.19-
YUV110.32130.6494.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=20.51%
G=42.63%
B=36.86%

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
Decimal641331150.5200.140.48164.3535.0338.63
Hex408573340E30a42327
Octal10020516364016602444347
Binary10000001000010111100111101000111011000010100100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408573; }

 p { color: rgb(64,133,115); }

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

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

 a { background-color: rgb(64,133,115); }

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

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

 span { border-color: rgb(64,133,115); }

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