Html Css Color HEX #3E8D73 Viridian

📋 copy color: '#3E8D73'

red 62 ◦ green 141 ◦ blue 115

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

Shades of Viridian #3E8D73

Tints of Viridian #3E8D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 19.5%
G = 44.34%
B = 36.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#3E8D73 (or 0x3E8D73) is known color: Viridian. HEX triplet: 3E, 8D and 73. RGB value is (62,141,115). Sum of RGB (Red+Green+Blue) = 62+141+115=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #3E8D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8D73 is #C1728C. Grayscale: #727272. Windows color (decimal): -12677773 or 7572798. OLE color: 7572798.

HSL color Cylindrical-coordinate representation of color #3E8D73: hue angle of 160.25º 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 #3E8D73 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 141 115 -
CMYK 0.56 0 0.18 0.45
HSL 160.25º 0.39% 0.4% -
HSV(B) 160.25º 0.56% 0.55% -
XYZ 14.61 21.31 19.56 -
YUV 114.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 62 141 115 0.56 0 0.18 0.45 160.25 0.39 0.4
Hex 3E 8D 73 38 0 12 2D A0 27 28
Octal 76 215 163 70 0 22 55 240 47 50
Binary 111110 10001101 1110011 111000 0 10010 101101 10100000 100111 101000

Color Harmonies of #3E8D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8D73

Black with #3E8D73

Text Example


Text Example

White with #3E8D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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