#407F6E

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

Shades of Viridian #407F6E

Tints of Viridian #407F6E

Color information

#407F6E (or 0x407F6E) is unknown color: approx Viridian. HEX triplet: 40, 7F and 6E. RGB value is (64,127,110). Sum of RGB (Red+Green+Blue) = 64+127+110=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #407F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F6E is #BF8091. Grayscale: #6A6A6A. Windows color (decimal): -12550290 or 7241536. OLE color: 7241536.

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

Color convert

RGB64127110-
CMYK0.5000.130.50
HSL163.81º32.98%37.45%-
HSV(B)163.81º49.61%49.8%-
XYZ12.5217.3917.45-
YUV106.22130.1397.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=21.26%
G=42.19%
B=36.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641271100.5000.130.50163.8132.9837.45
Hex407F6E320D32a42125
Octal10017715662015622444145
Binary1000000111111111011101100100110111001010100100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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