#3E8162

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

Shades of Viridian #3E8162

Tints of Viridian #3E8162

Color information

#3E8162 (or 0x3E8162) is unknown color: approx Viridian. HEX triplet: 3E, 81 and 62. RGB value is (62,129,98). Sum of RGB (Red+Green+Blue) = 62+129+98=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #3E8162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8162 is #C17E9D. Grayscale: #696969. Windows color (decimal): -12680862 or 6455614. OLE color: 6455614.

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

Color convert

RGB6212998-
CMYK0.5200.240.49
HSL152.24º35.08%37.45%-
HSV(B)152.24º51.94%50.59%-
XYZ12.0417.6114.32-
YUV105.43123.897.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=21.45%
G=44.64%
B=33.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62129980.5200.240.49152.2435.0837.45
Hex3E81623401831982325
Octal7620114264030612304345
Binary11111010000001110001011010001100011000110011000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,129,98); }

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

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

 a { background-color: rgb(62,129,98); }

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

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

 span { border-color: rgb(62,129,98); }

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