#408973

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

Shades of Viridian #408973

Tints of Viridian #408973

Color information

#408973 (or 0x408973) is unknown color: approx Viridian. HEX triplet: 40, 89 and 73. RGB value is (64,137,115). Sum of RGB (Red+Green+Blue) = 64+137+115=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #408973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408973 is #BF768C. Grayscale: #707070. Windows color (decimal): -12547725 or 7571776. OLE color: 7571776.

HSL color Cylindrical-coordinate representation of color #408973: hue angle of 161.92º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408973 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB64137115-
CMYK0.5300.160.46
HSL161.92º36.32%39.41%-
HSV(B)161.92º53.28%53.73%-
XYZ14.1520.2219.38-
YUV112.66129.3293.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=20.25%
G=43.35%
B=36.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371150.5300.160.46161.9236.3239.41
Hex408973350102Ea22427
Octal10021116365020562424447
Binary100000010001001111001111010101000010111010100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408973; }

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

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

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

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

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

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

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

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