#40826B

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

Shades of Viridian #40826B

Tints of Viridian #40826B

Color information

#40826B (or 0x40826B) is unknown color: approx Viridian. HEX triplet: 40, 82 and 6B. RGB value is (64,130,107). Sum of RGB (Red+Green+Blue) = 64+130+107=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #40826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40826B is #BF7D94. Grayscale: #6B6B6B. Windows color (decimal): -12549525 or 7045696. OLE color: 7045696.

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

Color convert

RGB64130107-
CMYK0.5100.180.49
HSL159.09º34.02%38.04%-
HSV(B)159.09º50.77%50.98%-
XYZ12.7518.1216.73-
YUV107.64127.6396.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=21.26%
G=43.19%
B=35.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301070.5100.180.49159.0934.0238.04
Hex40826B33012319f2226
Octal10020215363022612374246
Binary100000010000010110101111001101001011000110011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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