#407562

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

Shades of Viridian #407562

Tints of Viridian #407562

Color information

#407562 (or 0x407562) is unknown color: approx Viridian. HEX triplet: 40, 75 and 62. RGB value is (64,117,98). Sum of RGB (Red+Green+Blue) = 64+117+98=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #407562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407562 is #BF8A9D. Grayscale: #636363. Windows color (decimal): -12552862 or 6452544. OLE color: 6452544.

HSL color Cylindrical-coordinate representation of color #407562: hue angle of 158.49º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407562 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB6411798-
CMYK0.4500.160.54
HSL158.49º29.28%35.49%-
HSV(B)158.49º45.3%45.88%-
XYZ10.6814.6913.83-
YUV98.99127.44103.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=22.94%
G=41.94%
B=35.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117980.4500.160.54158.4929.2835.49
Hex4075622D010369e1d23
Octal10016514255020662363543
Binary1000000111010111000101011010100001101101001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407562; }

 p { color: rgb(64,117,98); }

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

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

 a { background-color: rgb(64,117,98); }

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

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

 span { border-color: rgb(64,117,98); }

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