#3E936F

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

Shades of Viridian #3E936F

Tints of Viridian #3E936F

Color information

#3E936F (or 0x3E936F) is unknown color: approx Viridian. HEX triplet: 3E, 93 and 6F. RGB value is (62,147,111). Sum of RGB (Red+Green+Blue) = 62+147+111=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #3E936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E936F is #C16C90. Grayscale: #757575. Windows color (decimal): -12676241 or 7312190. OLE color: 7312190.

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

Color convert

RGB62147111-
CMYK0.5800.240.42
HSL154.59º40.67%40.98%-
HSV(B)154.59º57.82%57.65%-
XYZ15.2923.0418.68-
YUV117.48124.3488.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.38%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=19.38%
G=45.94%
B=34.69%

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
Decimal621471110.5800.240.42154.5940.6740.98
Hex3E936F3A0182A9b2929
Octal7622315772030522335151
Binary11111010010011110111111101001100010101010011011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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