#3E9370

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

Shades of Viridian #3E9370

Tints of Viridian #3E9370

Color information

#3E9370 (or 0x3E9370) is unknown color: approx Viridian. HEX triplet: 3E, 93 and 70. RGB value is (62,147,112). Sum of RGB (Red+Green+Blue) = 62+147+112=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9370 is #C16C8F. Grayscale: #757575. Windows color (decimal): -12676240 or 7377726. OLE color: 7377726.

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

Color convert

RGB62147112-
CMYK0.5800.240.42
HSL155.29º40.67%40.98%-
HSV(B)155.29º57.82%57.65%-
XYZ15.3423.0618.97-
YUV117.6124.8488.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.31%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=19.31%
G=45.79%
B=34.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471120.5800.240.42155.2940.6740.98
Hex3E93703A0182A9b2929
Octal7622316072030522335151
Binary11111010010011111000011101001100010101010011011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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