#408263

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

Shades of Viridian #408263

Tints of Viridian #408263

Color information

#408263 (or 0x408263) is unknown color: approx Viridian. HEX triplet: 40, 82 and 63. RGB value is (64,130,99). Sum of RGB (Red+Green+Blue) = 64+130+99=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #408263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408263 is #BF7D9C. Grayscale: #6A6A6A. Windows color (decimal): -12549533 or 6521408. OLE color: 6521408.

HSL color Cylindrical-coordinate representation of color #408263: hue angle of 151.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408263 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB6413099-
CMYK0.5100.240.49
HSL151.82º34.02%38.04%-
HSV(B)151.82º50.77%50.98%-
XYZ12.3517.9614.62-
YUV106.73123.6397.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=21.84%
G=44.37%
B=33.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130990.5100.240.49151.8234.0238.04
Hex4082633301831982226
Octal10020214363030612304246
Binary100000010000010110001111001101100011000110011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408263; }

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

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

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

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

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

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

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

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