#408972

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

Shades of Viridian #408972

Tints of Viridian #408972

Color information

#408972 (or 0x408972) is unknown color: approx Viridian. HEX triplet: 40, 89 and 72. RGB value is (64,137,114). Sum of RGB (Red+Green+Blue) = 64+137+114=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #408972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408972 is #BF768D. Grayscale: #707070. Windows color (decimal): -12547726 or 7506240. OLE color: 7506240.

HSL color Cylindrical-coordinate representation of color #408972: hue angle of 161.1º 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 #408972 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB64137114-
CMYK0.5300.170.46
HSL161.1º36.32%39.41%-
HSV(B)161.1º53.28%53.73%-
XYZ14.120.219.07-
YUV112.55128.8293.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=20.32%
G=43.49%
B=36.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371140.5300.170.46161.136.3239.41
Hex408972350112Ea12427
Octal10021116265021562414447
Binary100000010001001111001011010101000110111010100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408972; }

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

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

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

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

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

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

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

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