#408270

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

Shades of Viridian #408270

Tints of Viridian #408270

Color information

#408270 (or 0x408270) is unknown color: approx Viridian. HEX triplet: 40, 82 and 70. RGB value is (64,130,112). Sum of RGB (Red+Green+Blue) = 64+130+112=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #408270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408270 is #BF7D8F. Grayscale: #6C6C6C. Windows color (decimal): -12549520 or 7373376. OLE color: 7373376.

HSL color Cylindrical-coordinate representation of color #408270: hue angle of 163.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408270 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB64130112-
CMYK0.5100.140.49
HSL163.64º34.02%38.04%-
HSV(B)163.64º50.77%50.98%-
XYZ13.0218.2318.16-
YUV108.21130.1396.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=20.92%
G=42.48%
B=36.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301120.5100.140.49163.6434.0238.04
Hex408270330E31a42226
Octal10020216063016612444246
Binary10000001000001011100001100110111011000110100100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408270; }

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

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

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

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

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

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

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

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