#409070

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

Shades of Viridian #409070

Tints of Viridian #409070

Color information

#409070 (or 0x409070) is unknown color: approx Viridian. HEX triplet: 40, 90 and 70. RGB value is (64,144,112). Sum of RGB (Red+Green+Blue) = 64+144+112=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #409070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409070 is #BF6F8F. Grayscale: #747474. Windows color (decimal): -12545936 or 7376960. OLE color: 7376960.

HSL color Cylindrical-coordinate representation of color #409070: hue angle of 156º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409070 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB64144112-
CMYK0.5600.220.44
HSL156º38.46%40.78%-
HSV(B)156º55.56%56.47%-
XYZ15.0122.2118.82-
YUV116.43125.590.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 45%
BLUE value IS 112 (44.14% from 255) = 35%
R=20%
G=45%
B=35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641441120.5600.220.4415638.4640.78
Hex409070380162C9c2629
Octal10022016070026542344651
Binary100000010010000111000011100001011010110010011100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409070; }

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

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

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

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

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

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

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

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