Html Css Color HEX #3E8A72 Viridian

📋 copy color: '#3E8A72'

red 62 ◦ green 138 ◦ blue 114

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

Shades of Viridian #3E8A72

Tints of Viridian #3E8A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.95%

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

R = 19.75%
G = 43.95%
B = 36.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#3E8A72 (or 0x3E8A72) is known color: Viridian. HEX triplet: 3E, 8A and 72. RGB value is (62,138,114). Sum of RGB (Red+Green+Blue) = 62+138+114=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8A72 is #C1758D. Grayscale: #707070. Windows color (decimal): -12678542 or 7506494. OLE color: 7506494.

HSL color Cylindrical-coordinate representation of color #3E8A72: hue angle of 161.05º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8A72 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 138 114 -
CMYK 0.55 0 0.17 0.46
HSL 161.05º 0.38% 0.39% -
HSV(B) 161.05º 0.55% 0.54% -
XYZ 14.11 20.42 19.12 -
YUV 112.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 62 138 114 0.55 0 0.17 0.46 161.05 0.38 0.39
Hex 3E 8A 72 37 0 11 2E A1 26 27
Octal 76 212 162 67 0 21 56 241 46 47
Binary 111110 10001010 1110010 110111 0 10001 101110 10100001 100110 100111

Color Harmonies of #3E8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8A72

Black with #3E8A72

Text Example


Text Example

White with #3E8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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