#407763

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

Shades of Viridian #407763

Tints of Viridian #407763

Color information

#407763 (or 0x407763) is unknown color: approx Viridian. HEX triplet: 40, 77 and 63. RGB value is (64,119,99). Sum of RGB (Red+Green+Blue) = 64+119+99=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #407763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407763 is #BF889C. Grayscale: #646464. Windows color (decimal): -12552349 or 6518592. OLE color: 6518592.

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

Color convert

RGB6411999-
CMYK0.4600.170.53
HSL158.18º30.05%35.88%-
HSV(B)158.18º46.22%46.67%-
XYZ10.9615.1814.16-
YUV100.28127.28102.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=22.70%
G=42.20%
B=35.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119990.4600.170.53158.1830.0535.88
Hex4077632E011359e1e24
Octal10016714356021652363644
Binary1000000111011111000111011100100011101011001111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407763; }

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

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

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

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

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

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

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

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