Html Css Color HEX #3E8C72 Viridian

📋 copy color: '#3E8C72'

red 62 ◦ green 140 ◦ blue 114

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

Shades of Viridian #3E8C72

Tints of Viridian #3E8C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.3%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 19.62%
G = 44.3%
B = 36.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#3E8C72 (or 0x3E8C72) is known color: Viridian. HEX triplet: 3E, 8C and 72. RGB value is (62,140,114). Sum of RGB (Red+Green+Blue) = 62+140+114=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8C72 is #C1738D. Grayscale: #717171. Windows color (decimal): -12678030 or 7507006. OLE color: 7507006.

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

Color convert

RGB 62 140 114 -
CMYK 0.56 0 0.19 0.45
HSL 160º 0.39% 0.4% -
HSV(B) 160º 0.56% 0.55% -
XYZ 14.4 21 19.21 -
YUV 113.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 62 140 114 0.56 0 0.19 0.45 160 0.39 0.4
Hex 3E 8C 72 38 0 13 2D A0 27 28
Octal 76 214 162 70 0 23 55 240 47 50
Binary 111110 10001100 1110010 111000 0 10011 101101 10100000 100111 101000

Color Harmonies of #3E8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8C72

Black with #3E8C72

Text Example


Text Example

White with #3E8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,140,114); }

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

background-color css

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

 a { background-color: rgb(62,140,114); }

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

border-color css

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

 span { border-color: rgb(62,140,114); }

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