#3E9374

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

Shades of Viridian #3E9374

Tints of Viridian #3E9374

Color information

#3E9374 (or 0x3E9374) is unknown color: approx Viridian. HEX triplet: 3E, 93 and 74. RGB value is (62,147,116). Sum of RGB (Red+Green+Blue) = 62+147+116=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9374 is #C16C8B. Grayscale: #767676. Windows color (decimal): -12676236 or 7639870. OLE color: 7639870.

HSL color Cylindrical-coordinate representation of color #3E9374: hue angle of 158.12º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9374 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB62147116-
CMYK0.5800.210.42
HSL158.12º40.67%40.98%-
HSV(B)158.12º57.82%57.65%-
XYZ15.5723.1520.17-
YUV118.05126.8488.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=19.08%
G=45.23%
B=35.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471160.5800.210.42158.1240.6740.98
Hex3E93743A0152A9e2929
Octal7622316472025522365151
Binary11111010010011111010011101001010110101010011110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,147,116); }

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

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

 a { background-color: rgb(62,147,116); }

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

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

 span { border-color: rgb(62,147,116); }

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