Html Css Color HEX #3E8D6A Viridian

📋 copy color: '#3E8D6A'

red 62 ◦ green 141 ◦ blue 106

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

Shades of Viridian #3E8D6A

Tints of Viridian #3E8D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.63%

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

R = 20.06%
G = 45.63%
B = 34.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#3E8D6A (or 0x3E8D6A) is known color: Viridian. HEX triplet: 3E, 8D and 6A. RGB value is (62,141,106). Sum of RGB (Red+Green+Blue) = 62+141+106=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8D6A is #C17295. Grayscale: #717171. Windows color (decimal): -12677782 or 6982974. OLE color: 6982974.

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

Color convert

RGB 62 141 106 -
CMYK 0.56 0 0.25 0.45
HSL 153.42º 0.39% 0.4% -
HSV(B) 153.42º 0.56% 0.55% -
XYZ 14.11 21.11 16.97 -
YUV 113.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 62 141 106 0.56 0 0.25 0.45 153.42 0.39 0.4
Hex 3E 8D 6A 38 0 19 2D 99 27 28
Octal 76 215 152 70 0 31 55 231 47 50
Binary 111110 10001101 1101010 111000 0 11001 101101 10011001 100111 101000

Color Harmonies of #3E8D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8D6A

Black with #3E8D6A

Text Example


Text Example

White with #3E8D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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