#40836B

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

Shades of Viridian #40836B

Tints of Viridian #40836B

Color information

#40836B (or 0x40836B) is unknown color: approx Viridian. HEX triplet: 40, 83 and 6B. RGB value is (64,131,107). Sum of RGB (Red+Green+Blue) = 64+131+107=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #40836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40836B is #BF7C94. Grayscale: #6C6C6C. Windows color (decimal): -12549269 or 7045952. OLE color: 7045952.

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

Color convert

RGB64131107-
CMYK0.5100.180.49
HSL158.51º34.36%38.24%-
HSV(B)158.51º51.15%51.37%-
XYZ12.8818.3816.78-
YUV108.23127.396.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=21.19%
G=43.38%
B=35.43%

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
Decimal641311070.5100.180.49158.5134.3638.24
Hex40836B33012319f2226
Octal10020315363022612374246
Binary100000010000011110101111001101001011000110011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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