#408262

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

Shades of Viridian #408262

Tints of Viridian #408262

Color information

#408262 (or 0x408262) is unknown color: approx Viridian. HEX triplet: 40, 82 and 62. RGB value is (64,130,98). Sum of RGB (Red+Green+Blue) = 64+130+98=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #408262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408262 is #BF7D9D. Grayscale: #6A6A6A. Windows color (decimal): -12549534 or 6455872. OLE color: 6455872.

HSL color Cylindrical-coordinate representation of color #408262: hue angle of 150.91º 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 #408262 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB6413098-
CMYK0.5100.250.49
HSL150.91º34.02%38.04%-
HSV(B)150.91º50.77%50.98%-
XYZ12.317.9414.37-
YUV106.62123.1397.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=21.92%
G=44.52%
B=33.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130980.5100.250.49150.9134.0238.04
Hex4082623301931972226
Octal10020214263031612274246
Binary100000010000010110001011001101100111000110010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408262; }

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

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

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

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

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

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

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

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