#407D6E

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

Shades of Viridian #407D6E

Tints of Viridian #407D6E

Color information

#407D6E (or 0x407D6E) is unknown color: approx Viridian. HEX triplet: 40, 7D and 6E. RGB value is (64,125,110). Sum of RGB (Red+Green+Blue) = 64+125+110=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #407D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D6E is #BF8291. Grayscale: #696969. Windows color (decimal): -12550802 or 7241024. OLE color: 7241024.

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

Color convert

RGB64125110-
CMYK0.4900.120.51
HSL165.25º32.28%37.06%-
HSV(B)165.25º48.8%49.02%-
XYZ12.2616.8817.36-
YUV105.05130.7998.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=21.40%
G=41.81%
B=36.79%

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
Decimal641251100.4900.120.51165.2532.2837.06
Hex407D6E310C33a52025
Octal10017515661014632454045
Binary1000000111110111011101100010110011001110100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,125,110); }

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

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

 a { background-color: rgb(64,125,110); }

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

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

 span { border-color: rgb(64,125,110); }

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