#408770

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

Shades of Viridian #408770

Tints of Viridian #408770

Color information

#408770 (or 0x408770) is unknown color: approx Viridian. HEX triplet: 40, 87 and 70. RGB value is (64,135,112). Sum of RGB (Red+Green+Blue) = 64+135+112=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #408770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408770 is #BF788F. Grayscale: #6F6F6F. Windows color (decimal): -12548240 or 7374656. OLE color: 7374656.

HSL color Cylindrical-coordinate representation of color #408770: hue angle of 160.56º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408770 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB64135112-
CMYK0.5300.170.47
HSL160.56º35.68%39.02%-
HSV(B)160.56º52.59%52.94%-
XYZ13.719.5918.39-
YUV111.15128.4894.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=20.58%
G=43.41%
B=36.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641351120.5300.170.47160.5635.6839.02
Hex408770350112Fa12427
Octal10020716065021572414447
Binary100000010000111111000011010101000110111110100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408770; }

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

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

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

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

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

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

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

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