#408A75

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

Shades of Viridian #408A75

Tints of Viridian #408A75

Color information

#408A75 (or 0x408A75) is unknown color: approx Viridian. HEX triplet: 40, 8A and 75. RGB value is (64,138,117). Sum of RGB (Red+Green+Blue) = 64+138+117=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #408A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A75 is #BF758A. Grayscale: #717171. Windows color (decimal): -12547467 or 7703104. OLE color: 7703104.

HSL color Cylindrical-coordinate representation of color #408A75: hue angle of 162.97º 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 #408A75 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB64138117-
CMYK0.5400.150.46
HSL162.97º36.63%39.61%-
HSV(B)162.97º53.62%54.12%-
XYZ14.4120.5520.04-
YUV113.48129.9892.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=20.06%
G=43.26%
B=36.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641381170.5400.150.46162.9736.6339.61
Hex408A75360F2Ea32528
Octal10021216566017562434550
Binary10000001000101011101011101100111110111010100011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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