#3E9375

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

Shades of Viridian #3E9375

Tints of Viridian #3E9375

Color information

#3E9375 (or 0x3E9375) is unknown color: approx Viridian. HEX triplet: 3E, 93 and 75. RGB value is (62,147,117). Sum of RGB (Red+Green+Blue) = 62+147+117=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9375 is #C16C8A. Grayscale: #767676. Windows color (decimal): -12676235 or 7705406. OLE color: 7705406.

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

Color convert

RGB62147117-
CMYK0.5800.200.42
HSL158.82º40.67%40.98%-
HSV(B)158.82º57.82%57.65%-
XYZ15.6323.1820.48-
YUV118.16127.3487.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.02%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=19.02%
G=45.09%
B=35.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471170.5800.200.42158.8240.6740.98
Hex3E93753A0142A9f2929
Octal7622316572024522375151
Binary11111010010011111010111101001010010101010011111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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