#407F6B

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

Shades of Viridian #407F6B

Tints of Viridian #407F6B

Color information

#407F6B (or 0x407F6B) is unknown color: approx Viridian. HEX triplet: 40, 7F and 6B. RGB value is (64,127,107). Sum of RGB (Red+Green+Blue) = 64+127+107=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #407F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F6B is #BF8094. Grayscale: #696969. Windows color (decimal): -12550293 or 7044928. OLE color: 7044928.

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

Color convert

RGB64127107-
CMYK0.5000.160.50
HSL160.95º32.98%37.45%-
HSV(B)160.95º49.61%49.8%-
XYZ12.3617.3316.6-
YUV105.88128.6398.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=21.48%
G=42.62%
B=35.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641271070.5000.160.50160.9532.9837.45
Hex407F6B3201032a12125
Octal10017715362020622414145
Binary10000001111111110101111001001000011001010100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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