#407863

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

Shades of Viridian #407863

Tints of Viridian #407863

Color information

#407863 (or 0x407863) is unknown color: approx Viridian. HEX triplet: 40, 78 and 63. RGB value is (64,120,99). Sum of RGB (Red+Green+Blue) = 64+120+99=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #407863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407863 is #BF879C. Grayscale: #646464. Windows color (decimal): -12552093 or 6518848. OLE color: 6518848.

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

Color convert

RGB6412099-
CMYK0.4700.170.53
HSL157.5º30.43%36.08%-
HSV(B)157.5º46.67%47.06%-
XYZ11.0815.4214.2-
YUV100.86126.95101.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=22.61%
G=42.40%
B=34.98%

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
Decimal64120990.4700.170.53157.530.4336.08
Hex4078632F011359e1e24
Octal10017014357021652363644
Binary1000000111100011000111011110100011101011001111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407863; }

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

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

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

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

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

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

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

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