#3E886A

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

Shades of Viridian #3E886A

Tints of Viridian #3E886A

Color information

#3E886A (or 0x3E886A) is unknown color: approx Viridian. HEX triplet: 3E, 88 and 6A. RGB value is (62,136,106). Sum of RGB (Red+Green+Blue) = 62+136+106=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #3E886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E886A is #C17795. Grayscale: #6E6E6E. Windows color (decimal): -12679062 or 6981694. OLE color: 6981694.

HSL color Cylindrical-coordinate representation of color #3E886A: hue angle of 155.68º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E886A is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB62136106-
CMYK0.5400.220.47
HSL155.68º37.37%38.82%-
HSV(B)155.68º54.41%53.33%-
XYZ13.3919.6716.73-
YUV110.45125.4893.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.39%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=20.39%
G=44.74%
B=34.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621361060.5400.220.47155.6837.3738.82
Hex3E886A360162F9c2527
Octal7621015266026572344547
Binary11111010001000110101011011001011010111110011100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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