#407764

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

Shades of Viridian #407764

Tints of Viridian #407764

Color information

#407764 (or 0x407764) is unknown color: approx Viridian. HEX triplet: 40, 77 and 64. RGB value is (64,119,100). Sum of RGB (Red+Green+Blue) = 64+119+100=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #407764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407764 is #BF889B. Grayscale: #646464. Windows color (decimal): -12552348 or 6584128. OLE color: 6584128.

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

Color convert

RGB64119100-
CMYK0.4600.160.53
HSL159.27º30.05%35.88%-
HSV(B)159.27º46.22%46.67%-
XYZ11.0115.214.41-
YUV100.39127.78102.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=22.61%
G=42.05%
B=35.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191000.4600.160.53159.2730.0535.88
Hex4077642E010359f1e24
Octal10016714456020652373644
Binary1000000111011111001001011100100001101011001111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407764; }

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

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

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

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

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

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

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

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