#409374

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

Shades of Viridian #409374

Tints of Viridian #409374

Color information

#409374 (or 0x409374) is unknown color: approx Viridian. HEX triplet: 40, 93 and 74. RGB value is (64,147,116). Sum of RGB (Red+Green+Blue) = 64+147+116=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #409374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409374 is #BF6C8B. Grayscale: #767676. Windows color (decimal): -12545164 or 7639872. OLE color: 7639872.

HSL color Cylindrical-coordinate representation of color #409374: hue angle of 157.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409374 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB64147116-
CMYK0.5600.210.42
HSL157.59º39.34%41.37%-
HSV(B)157.59º56.46%57.65%-
XYZ15.723.2220.18-
YUV118.65126.589.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=19.57%
G=44.95%
B=35.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471160.5600.210.42157.5939.3441.37
Hex409374380152A9e2729
Octal10022316470025522364751
Binary100000010010011111010011100001010110101010011110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409374; }

 p { color: rgb(64,147,116); }

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

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

 a { background-color: rgb(64,147,116); }

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

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

 span { border-color: rgb(64,147,116); }

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