#407E6F

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

Shades of Viridian #407E6F

Tints of Viridian #407E6F

Color information

#407E6F (or 0x407E6F) is unknown color: approx Viridian. HEX triplet: 40, 7E and 6F. RGB value is (64,126,111). Sum of RGB (Red+Green+Blue) = 64+126+111=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #407E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E6F is #BF8190. Grayscale: #696969. Windows color (decimal): -12550545 or 7306816. OLE color: 7306816.

HSL color Cylindrical-coordinate representation of color #407E6F: hue angle of 165.48º 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 #407E6F is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB64126111-
CMYK0.4900.120.51
HSL165.48º32.63%37.25%-
HSV(B)165.48º49.21%49.41%-
XYZ12.4417.1617.7-
YUV105.75130.9698.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=21.26%
G=41.86%
B=36.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641261110.4900.120.51165.4832.6337.25
Hex407E6F310C33a52125
Octal10017615761014632454145
Binary1000000111111011011111100010110011001110100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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