#407D61

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

Shades of Viridian #407D61

Tints of Viridian #407D61

Color information

#407D61 (or 0x407D61) is unknown color: approx Viridian. HEX triplet: 40, 7D and 61. RGB value is (64,125,97). Sum of RGB (Red+Green+Blue) = 64+125+97=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #407D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D61 is #BF829E. Grayscale: #676767. Windows color (decimal): -12550815 or 6389056. OLE color: 6389056.

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

Color convert

RGB6412597-
CMYK0.4900.220.51
HSL152.46º32.28%37.06%-
HSV(B)152.46º48.8%49.02%-
XYZ11.6116.6213.91-
YUV103.57124.2999.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 125 (49.22% from 255) = 43.71%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=22.38%
G=43.71%
B=33.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64125970.4900.220.51152.4632.2837.06
Hex407D613101633982025
Octal10017514161026632304045
Binary10000001111101110000111000101011011001110011000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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