Html Css Color HEX #3E7D6F Viridian

📋 copy color: '#3E7D6F'

red 62 ◦ green 125 ◦ blue 111

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

Shades of Viridian #3E7D6F

Tints of Viridian #3E7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.95%

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 20.81%
G = 41.95%
B = 37.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#3E7D6F (or 0x3E7D6F) is known color: Viridian. HEX triplet: 3E, 7D and 6F. RGB value is (62,125,111). Sum of RGB (Red+Green+Blue) = 62+125+111=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #3E7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7D6F is #C18290. Grayscale: #686868. Windows color (decimal): -12681873 or 7306558. OLE color: 7306558.

HSL color Cylindrical-coordinate representation of color #3E7D6F: hue angle of 166.67º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7D6F is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 125 111 -
CMYK 0.50 0 0.11 0.51
HSL 166.67º 0.34% 0.37% -
HSV(B) 166.67º 0.5% 0.49% -
XYZ 12.19 16.84 17.65 -
YUV 104.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 62 125 111 0.50 0 0.11 0.51 166.67 0.34 0.37
Hex 3E 7D 6F 32 0 B 33 A7 22 25
Octal 76 175 157 62 0 13 63 247 42 45
Binary 111110 1111101 1101111 110010 0 1011 110011 10100111 100010 100101

Color Harmonies of #3E7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7D6F

Black with #3E7D6F

Text Example


Text Example

White with #3E7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,125,111); }

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

background-color css

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

 a { background-color: rgb(62,125,111); }

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

border-color css

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

 span { border-color: rgb(62,125,111); }

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