#408A72

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

Shades of Viridian #408A72

Tints of Viridian #408A72

Color information

#408A72 (or 0x408A72) is unknown color: approx Viridian. HEX triplet: 40, 8A and 72. RGB value is (64,138,114). Sum of RGB (Red+Green+Blue) = 64+138+114=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #408A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A72 is #BF758D. Grayscale: #717171. Windows color (decimal): -12547470 or 7506496. OLE color: 7506496.

HSL color Cylindrical-coordinate representation of color #408A72: hue angle of 160.54º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A72 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB64138114-
CMYK0.5400.170.46
HSL160.54º36.63%39.61%-
HSV(B)160.54º53.62%54.12%-
XYZ14.2420.4819.12-
YUV113.14128.4892.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=20.25%
G=43.67%
B=36.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641381140.5400.170.46160.5436.6339.61
Hex408A72360112Ea12528
Octal10021216266021562414550
Binary100000010001010111001011011001000110111010100001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408A72; }

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

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

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

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

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

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

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

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