#40826D

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

Shades of Viridian #40826D

Tints of Viridian #40826D

Color information

#40826D (or 0x40826D) is unknown color: approx Viridian. HEX triplet: 40, 82 and 6D. RGB value is (64,130,109). Sum of RGB (Red+Green+Blue) = 64+130+109=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #40826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40826D is #BF7D92. Grayscale: #6B6B6B. Windows color (decimal): -12549523 or 7176768. OLE color: 7176768.

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

Color convert

RGB64130109-
CMYK0.5100.160.49
HSL160.91º34.02%38.04%-
HSV(B)160.91º50.77%50.98%-
XYZ12.8618.1617.3-
YUV107.87128.6396.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=21.12%
G=42.90%
B=35.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301090.5100.160.49160.9134.0238.04
Hex40826D3301031a12226
Octal10020215563020612414246
Binary100000010000010110110111001101000011000110100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40826D; }

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

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

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

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

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

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

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

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