#407660

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

Shades of Viridian #407660

Tints of Viridian #407660

Color information

#407660 (or 0x407660) is unknown color: approx Viridian. HEX triplet: 40, 76 and 60. RGB value is (64,118,96). Sum of RGB (Red+Green+Blue) = 64+118+96=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #407660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407660 is #BF899F. Grayscale: #636363. Windows color (decimal): -12552608 or 6321728. OLE color: 6321728.

HSL color Cylindrical-coordinate representation of color #407660: hue angle of 155.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407660 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6411896-
CMYK0.4600.190.54
HSL155.56º29.67%35.69%-
HSV(B)155.56º45.76%46.27%-
XYZ10.714.8913.38-
YUV99.35126.11102.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=23.02%
G=42.45%
B=34.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118960.4600.190.54155.5629.6735.69
Hex4076602E013369c1e24
Octal10016614056023662343644
Binary1000000111011011000001011100100111101101001110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407660; }

 p { color: rgb(64,118,96); }

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

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

 a { background-color: rgb(64,118,96); }

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

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

 span { border-color: rgb(64,118,96); }

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