#407965

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

Shades of Viridian #407965

Tints of Viridian #407965

Color information

#407965 (or 0x407965) is unknown color: approx Viridian. HEX triplet: 40, 79 and 65. RGB value is (64,121,101). Sum of RGB (Red+Green+Blue) = 64+121+101=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #407965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407965 is #BF869A. Grayscale: #656565. Windows color (decimal): -12551835 or 6650176. OLE color: 6650176.

HSL color Cylindrical-coordinate representation of color #407965: hue angle of 158.95º 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 #407965 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB64121101-
CMYK0.4700.170.53
HSL158.95º30.81%36.27%-
HSV(B)158.95º47.11%47.45%-
XYZ11.315.714.75-
YUV101.68127.62101.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=22.38%
G=42.31%
B=35.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641211010.4700.170.53158.9530.8136.27
Hex4079652F011359f1f24
Octal10017114557021652373744
Binary1000000111100111001011011110100011101011001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407965; }

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

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

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

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

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

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

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

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