#3E806B

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

Shades of Viridian #3E806B

Tints of Viridian #3E806B

Color information

#3E806B (or 0x3E806B) is unknown color: approx Viridian. HEX triplet: 3E, 80 and 6B. RGB value is (62,128,107). Sum of RGB (Red+Green+Blue) = 62+128+107=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #3E806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E806B is #C17F94. Grayscale: #696969. Windows color (decimal): -12681109 or 7045182. OLE color: 7045182.

HSL color Cylindrical-coordinate representation of color #3E806B: hue angle of 160.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E806B is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB62128107-
CMYK0.5200.160.50
HSL160.91º34.74%37.25%-
HSV(B)160.91º51.56%50.2%-
XYZ12.3617.5216.64-
YUV105.87128.6396.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=20.88%
G=43.10%
B=36.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal621281070.5200.160.50160.9134.7437.25
Hex3E806B3401032a12325
Octal7620015364020622414345
Binary11111010000000110101111010001000011001010100001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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