#3E8E6A

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

Shades of Viridian #3E8E6A

Tints of Viridian #3E8E6A

Color information

#3E8E6A (or 0x3E8E6A) is unknown color: approx Viridian. HEX triplet: 3E, 8E and 6A. RGB value is (62,142,106). Sum of RGB (Red+Green+Blue) = 62+142+106=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #3E8E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8E6A is #C17195. Grayscale: #727272. Windows color (decimal): -12677526 or 6983230. OLE color: 6983230.

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

Color convert

RGB62142106-
CMYK0.5600.250.44
HSL153º39.22%40%-
HSV(B)153º56.34%55.69%-
XYZ14.2621.4117.02-
YUV113.98123.590.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=20%
G=45.81%
B=34.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621421060.5600.250.4415339.2240
Hex3E8E6A380192C992728
Octal7621615270031542314750
Binary11111010001110110101011100001100110110010011001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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