#3E9373

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

Shades of Viridian #3E9373

Tints of Viridian #3E9373

Color information

#3E9373 (or 0x3E9373) is unknown color: approx Viridian. HEX triplet: 3E, 93 and 73. RGB value is (62,147,115). Sum of RGB (Red+Green+Blue) = 62+147+115=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9373 is #C16C8C. Grayscale: #757575. Windows color (decimal): -12676237 or 7574334. OLE color: 7574334.

HSL color Cylindrical-coordinate representation of color #3E9373: hue angle of 157.41º 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 #3E9373 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB62147115-
CMYK0.5800.220.42
HSL157.41º40.67%40.98%-
HSV(B)157.41º57.82%57.65%-
XYZ15.5123.1319.87-
YUV117.94126.3488.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.14%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=19.14%
G=45.37%
B=35.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471150.5800.220.42157.4140.6740.98
Hex3E93733A0162A9d2929
Octal7622316372026522355151
Binary11111010010011111001111101001011010101010011101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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