#408070

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

Shades of Viridian #408070

Tints of Viridian #408070

Color information

#408070 (or 0x408070) is unknown color: approx Viridian. HEX triplet: 40, 80 and 70. RGB value is (64,128,112). Sum of RGB (Red+Green+Blue) = 64+128+112=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #408070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408070 is #BF7F8F. Grayscale: #6B6B6B. Windows color (decimal): -12550032 or 7372864. OLE color: 7372864.

HSL color Cylindrical-coordinate representation of color #408070: hue angle of 165º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408070 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB64128112-
CMYK0.500.120.50
HSL165º33.33%37.65%-
HSV(B)165º50%50.2%-
XYZ12.7617.718.07-
YUV107.04130.897.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641281120.500.120.5016533.3337.65
Hex408070320C32a52126
Octal10020016062014622454146
Binary10000001000000011100001100100110011001010100101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408070; }

 p { color: rgb(64,128,112); }

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

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

 a { background-color: rgb(64,128,112); }

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

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

 span { border-color: rgb(64,128,112); }

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