#40836E

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

Shades of Viridian #40836E

Tints of Viridian #40836E

Color information

#40836E (or 0x40836E) is unknown color: approx Viridian. HEX triplet: 40, 83 and 6E. RGB value is (64,131,110). Sum of RGB (Red+Green+Blue) = 64+131+110=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #40836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40836E is #BF7C91. Grayscale: #6C6C6C. Windows color (decimal): -12549266 or 7242560. OLE color: 7242560.

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

Color convert

RGB64131110-
CMYK0.5100.160.49
HSL161.19º34.36%38.24%-
HSV(B)161.19º51.15%51.37%-
XYZ13.0518.4517.63-
YUV108.57128.896.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=20.98%
G=42.95%
B=36.07%

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
Decimal641311100.5100.160.49161.1934.3638.24
Hex40836E3301031a12226
Octal10020315663020612414246
Binary100000010000011110111011001101000011000110100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40836E; }

 p { color: rgb(64,131,110); }

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

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

 a { background-color: rgb(64,131,110); }

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

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

 span { border-color: rgb(64,131,110); }

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