#408873

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

Shades of Viridian #408873

Tints of Viridian #408873

Color information

#408873 (or 0x408873) is unknown color: approx Viridian. HEX triplet: 40, 88 and 73. RGB value is (64,136,115). Sum of RGB (Red+Green+Blue) = 64+136+115=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #408873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408873 is #BF778C. Grayscale: #707070. Windows color (decimal): -12547981 or 7571520. OLE color: 7571520.

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

Color convert

RGB64136115-
CMYK0.5300.150.47
HSL162.5º36%39.22%-
HSV(B)162.5º52.94%53.33%-
XYZ14.0119.9419.33-
YUV112.08129.6593.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=20.32%
G=43.17%
B=36.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641361150.5300.150.47162.53639.22
Hex408873350F2Fa22427
Octal10021016365017572424447
Binary10000001000100011100111101010111110111110100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408873; }

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

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

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

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

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

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

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

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