#407C6B

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

Shades of Viridian #407C6B

Tints of Viridian #407C6B

Color information

#407C6B (or 0x407C6B) is unknown color: approx Viridian. HEX triplet: 40, 7C and 6B. RGB value is (64,124,107). Sum of RGB (Red+Green+Blue) = 64+124+107=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #407C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C6B is #BF8394. Grayscale: #686868. Windows color (decimal): -12551061 or 7044160. OLE color: 7044160.

HSL color Cylindrical-coordinate representation of color #407C6B: hue angle of 163º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C6B is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB64124107-
CMYK0.4800.140.51
HSL163º31.91%36.86%-
HSV(B)163º48.39%48.63%-
XYZ11.9816.5716.48-
YUV104.12129.6299.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 124 (48.83% from 255) = 42.03%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=21.69%
G=42.03%
B=36.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641241070.4800.140.5116331.9136.86
Hex407C6B300E33a32025
Octal10017415360016632434045
Binary1000000111110011010111100000111011001110100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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