#407966

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

Shades of Viridian #407966

Tints of Viridian #407966

Color information

#407966 (or 0x407966) is unknown color: approx Viridian. HEX triplet: 40, 79 and 66. RGB value is (64,121,102). Sum of RGB (Red+Green+Blue) = 64+121+102=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #407966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407966 is #BF8699. Grayscale: #656565. Windows color (decimal): -12551834 or 6715712. OLE color: 6715712.

HSL color Cylindrical-coordinate representation of color #407966: hue angle of 160º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407966 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB64121102-
CMYK0.4700.160.53
HSL160º30.81%36.27%-
HSV(B)160º47.11%47.45%-
XYZ11.3515.7215.01-
YUV101.79128.12101.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=22.30%
G=42.16%
B=35.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641211020.4700.160.5316030.8136.27
Hex4079662F01035a01f24
Octal10017114657020652403744
Binary1000000111100111001101011110100001101011010000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407966; }

 p { color: rgb(64,121,102); }

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

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

 a { background-color: rgb(64,121,102); }

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

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

 span { border-color: rgb(64,121,102); }

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