#409670

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

Shades of Viridian #409670

Tints of Viridian #409670

Color information

#409670 (or 0x409670) is unknown color: approx Viridian. HEX triplet: 40, 96 and 70. RGB value is (64,150,112). Sum of RGB (Red+Green+Blue) = 64+150+112=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #409670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409670 is #BF698F. Grayscale: #787878. Windows color (decimal): -12544400 or 7378496. OLE color: 7378496.

HSL color Cylindrical-coordinate representation of color #409670: hue angle of 153.49º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409670 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB64150112-
CMYK0.5700.250.41
HSL153.49º40.19%41.96%-
HSV(B)153.49º57.33%58.82%-
XYZ15.9524.0719.14-
YUV119.95123.5188.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=19.63%
G=46.01%
B=34.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641501120.5700.250.41153.4940.1941.96
Hex409670390192999282a
Octal10022616071031512315052
Binary100000010010110111000011100101100110100110011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409670; }

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

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

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

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

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

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

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

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