#3E8371

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

Shades of Viridian #3E8371

Tints of Viridian #3E8371

Color information

#3E8371 (or 0x3E8371) is unknown color: approx Viridian. HEX triplet: 3E, 83 and 71. RGB value is (62,131,113). Sum of RGB (Red+Green+Blue) = 62+131+113=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8371 is #C17C8E. Grayscale: #6C6C6C. Windows color (decimal): -12680335 or 7439166. OLE color: 7439166.

HSL color Cylindrical-coordinate representation of color #3E8371: hue angle of 164.35º 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 #3E8371 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB62131113-
CMYK0.5300.140.49
HSL164.35º35.75%37.84%-
HSV(B)164.35º52.67%51.37%-
XYZ13.0818.4518.49-
YUV108.32130.6494.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.26%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=20.26%
G=42.81%
B=36.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621311130.5300.140.49164.3535.7537.84
Hex3E8371350E31a42426
Octal7620316165016612444446
Binary1111101000001111100011101010111011000110100100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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