Html Css Color HEX #3E806A Viridian

📋 copy color: '#3E806A'

red 62 ◦ green 128 ◦ blue 106

#3E806A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #3E806A

Tints of Viridian #3E806A

RGB

 RED value IS 62 (24.61% from 255) = 20.95%

 GREEN value IS 128 (50.39% from 255) = 43.24%

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 20.95%
G = 43.24%
B = 35.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#3E806A (or 0x3E806A) is known color: Viridian. HEX triplet: 3E, 80 and 6A. RGB value is (62,128,106). Sum of RGB (Red+Green+Blue) = 62+128+106=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #3E806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E806A is #C17F95. Grayscale: #696969. Windows color (decimal): -12681110 or 6979646. OLE color: 6979646.

HSL color Cylindrical-coordinate representation of color #3E806A: hue angle of 160º 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 #3E806A is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 62 128 106 -
CMYK 0.52 0 0.17 0.50
HSL 160º 0.35% 0.37% -
HSV(B) 160º 0.52% 0.5% -
XYZ 12.31 17.5 16.37 -
YUV 105.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 62 128 106 0.52 0 0.17 0.50 160 0.35 0.37
Hex 3E 80 6A 34 0 11 32 A0 23 25
Octal 76 200 152 64 0 21 62 240 43 45
Binary 111110 10000000 1101010 110100 0 10001 110010 10100000 100011 100101

Color Harmonies of #3E806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E806A

Black with #3E806A

Text Example


Text Example

White with #3E806A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E806A;
 }
 .AnyTagClassName
 {
   color: #3E806A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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