#407E62

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

Shades of Viridian #407E62

Tints of Viridian #407E62

Color information

#407E62 (or 0x407E62) is unknown color: approx Viridian. HEX triplet: 40, 7E and 62. RGB value is (64,126,98). Sum of RGB (Red+Green+Blue) = 64+126+98=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #407E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E62 is #BF819D. Grayscale: #686868. Windows color (decimal): -12550558 or 6454848. OLE color: 6454848.

HSL color Cylindrical-coordinate representation of color #407E62: hue angle of 152.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E62 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB6412698-
CMYK0.4900.220.51
HSL152.9º32.63%37.25%-
HSV(B)152.9º49.21%49.41%-
XYZ11.7816.8914.2-
YUV104.27124.4699.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=22.22%
G=43.75%
B=34.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64126980.4900.220.51152.932.6337.25
Hex407E623101633992125
Octal10017614261026632314145
Binary10000001111110110001011000101011011001110011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407E62; }

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

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

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

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

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

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

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

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