#407465

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

Shades of Viridian #407465

Tints of Viridian #407465

Color information

#407465 (or 0x407465) is unknown color: approx Viridian. HEX triplet: 40, 74 and 65. RGB value is (64,116,101). Sum of RGB (Red+Green+Blue) = 64+116+101=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #407465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407465 is #BF8B9A. Grayscale: #626262. Windows color (decimal): -12553115 or 6648896. OLE color: 6648896.

HSL color Cylindrical-coordinate representation of color #407465: hue angle of 162.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407465 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB64116101-
CMYK0.4500.130.55
HSL162.69º28.89%35.29%-
HSV(B)162.69º44.83%45.49%-
XYZ10.7114.5214.55-
YUV98.74129.27103.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=22.78%
G=41.28%
B=35.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641161010.4500.130.55162.6928.8935.29
Hex4074652D0D37a31d23
Octal10016414555015672433543
Binary100000011101001100101101101011011101111010001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407465; }

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

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

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

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

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

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

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

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