#407765

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

Shades of Viridian #407765

Tints of Viridian #407765

Color information

#407765 (or 0x407765) is unknown color: approx Viridian. HEX triplet: 40, 77 and 65. RGB value is (64,119,101). Sum of RGB (Red+Green+Blue) = 64+119+101=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #407765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407765 is #BF889A. Grayscale: #646464. Windows color (decimal): -12552347 or 6649664. OLE color: 6649664.

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

Color convert

RGB64119101-
CMYK0.4600.150.53
HSL160.36º30.05%35.88%-
HSV(B)160.36º46.22%46.67%-
XYZ11.0615.2214.67-
YUV100.5128.28101.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=22.54%
G=41.90%
B=35.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191010.4600.150.53160.3630.0535.88
Hex4077652E0F35a01e24
Octal10016714556017652403644
Binary100000011101111100101101110011111101011010000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407765; }

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

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

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

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

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

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

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

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