#3E9376

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

Shades of Viridian #3E9376

Tints of Viridian #3E9376

Color information

#3E9376 (or 0x3E9376) is unknown color: approx Viridian. HEX triplet: 3E, 93 and 76. RGB value is (62,147,118). Sum of RGB (Red+Green+Blue) = 62+147+118=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9376 is #C16C89. Grayscale: #767676. Windows color (decimal): -12676234 or 7770942. OLE color: 7770942.

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

Color convert

RGB62147118-
CMYK0.5800.200.42
HSL159.53º40.67%40.98%-
HSV(B)159.53º57.82%57.65%-
XYZ15.6923.220.79-
YUV118.28127.8487.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.96%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=18.96%
G=44.95%
B=36.09%

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
Decimal621471180.5800.200.42159.5340.6740.98
Hex3E93763A0142Aa02929
Octal7622316672024522405151
Binary11111010010011111011011101001010010101010100000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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