#3E906B

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

Shades of Viridian #3E906B

Tints of Viridian #3E906B

Color information

#3E906B (or 0x3E906B) is unknown color: approx Viridian. HEX triplet: 3E, 90 and 6B. RGB value is (62,144,107). Sum of RGB (Red+Green+Blue) = 62+144+107=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #3E906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E906B is #C16F94. Grayscale: #737373. Windows color (decimal): -12677013 or 7049278. OLE color: 7049278.

HSL color Cylindrical-coordinate representation of color #3E906B: hue angle of 152.93º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E906B is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB62144107-
CMYK0.5700.260.44
HSL152.93º39.81%40.39%-
HSV(B)152.93º56.94%56.47%-
XYZ14.6122.0317.39-
YUV115.26123.3390.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.81%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=19.81%
G=46.01%
B=34.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621441070.5700.260.44152.9339.8140.39
Hex3E906B3901A2C992828
Octal7622015371032542315050
Binary11111010010000110101111100101101010110010011001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,144,107); }

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

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

 a { background-color: rgb(62,144,107); }

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

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

 span { border-color: rgb(62,144,107); }

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