#407664

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

Shades of Viridian #407664

Tints of Viridian #407664

Color information

#407664 (or 0x407664) is unknown color: approx Viridian. HEX triplet: 40, 76 and 64. RGB value is (64,118,100). Sum of RGB (Red+Green+Blue) = 64+118+100=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #407664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407664 is #BF899B. Grayscale: #636363. Windows color (decimal): -12552604 or 6583872. OLE color: 6583872.

HSL color Cylindrical-coordinate representation of color #407664: hue angle of 160º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407664 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB64118100-
CMYK0.4600.150.54
HSL160º29.67%35.69%-
HSV(B)160º45.76%46.27%-
XYZ10.8914.9714.37-
YUV99.8128.11102.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=22.70%
G=41.84%
B=35.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181000.4600.150.5416029.6735.69
Hex4076642E0F36a01e24
Octal10016614456017662403644
Binary100000011101101100100101110011111101101010000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407664; }

 p { color: rgb(64,118,100); }

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

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

 a { background-color: rgb(64,118,100); }

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

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

 span { border-color: rgb(64,118,100); }

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