#3E836D

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

Shades of Viridian #3E836D

Tints of Viridian #3E836D

Color information

#3E836D (or 0x3E836D) is unknown color: approx Viridian. HEX triplet: 3E, 83 and 6D. RGB value is (62,131,109). Sum of RGB (Red+Green+Blue) = 62+131+109=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #3E836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E836D is #C17C92. Grayscale: #6B6B6B. Windows color (decimal): -12680339 or 7177022. OLE color: 7177022.

HSL color Cylindrical-coordinate representation of color #3E836D: hue angle of 160.87º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E836D is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB62131109-
CMYK0.5300.170.49
HSL160.87º35.75%37.84%-
HSV(B)160.87º52.67%51.37%-
XYZ12.8618.3617.33-
YUV107.86128.6495.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.53%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=20.53%
G=43.38%
B=36.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621311090.5300.170.49160.8735.7537.84
Hex3E836D3501131a12426
Octal7620315565021612414446
Binary11111010000011110110111010101000111000110100001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E836D; }

 p { color: rgb(62,131,109); }

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

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

 a { background-color: rgb(62,131,109); }

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

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

 span { border-color: rgb(62,131,109); }

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