#3E896A

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

Shades of Viridian #3E896A

Tints of Viridian #3E896A

Color information

#3E896A (or 0x3E896A) is unknown color: approx Viridian. HEX triplet: 3E, 89 and 6A. RGB value is (62,137,106). Sum of RGB (Red+Green+Blue) = 62+137+106=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #3E896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E896A is #C17695. Grayscale: #6F6F6F. Windows color (decimal): -12678806 or 6981950. OLE color: 6981950.

HSL color Cylindrical-coordinate representation of color #3E896A: hue angle of 155.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E896A is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB62137106-
CMYK0.5500.230.46
HSL155.2º37.69%39.02%-
HSV(B)155.2º54.74%53.73%-
XYZ13.5319.9616.77-
YUV111.04125.1593.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.33%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=20.33%
G=44.92%
B=34.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal621371060.5500.230.46155.237.6939.02
Hex3E896A370172E9b2627
Octal7621115267027562334647
Binary11111010001001110101011011101011110111010011011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,137,106); }

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

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

 a { background-color: rgb(62,137,106); }

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

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

 span { border-color: rgb(62,137,106); }

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