#407F6F

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

Shades of Viridian #407F6F

Tints of Viridian #407F6F

Color information

#407F6F (or 0x407F6F) is unknown color: approx Viridian. HEX triplet: 40, 7F and 6F. RGB value is (64,127,111). Sum of RGB (Red+Green+Blue) = 64+127+111=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #407F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F6F is #BF8090. Grayscale: #6A6A6A. Windows color (decimal): -12550289 or 7307072. OLE color: 7307072.

HSL color Cylindrical-coordinate representation of color #407F6F: hue angle of 164.76º 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 #407F6F is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB64127111-
CMYK0.5000.130.50
HSL164.76º32.98%37.45%-
HSV(B)164.76º49.61%49.8%-
XYZ12.5717.4217.74-
YUV106.34130.6397.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=21.19%
G=42.05%
B=36.75%

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
Decimal641271110.5000.130.50164.7632.9837.45
Hex407F6F320D32a52125
Octal10017715762015622454145
Binary1000000111111111011111100100110111001010100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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