Html Css Color HEX #3E7C6B Viridian

📋 copy color: '#3E7C6B'

red 62 ◦ green 124 ◦ blue 107

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

Shades of Viridian #3E7C6B

Tints of Viridian #3E7C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.32%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 21.16%
G = 42.32%
B = 36.52%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#3E7C6B (or 0x3E7C6B) is known color: Viridian. HEX triplet: 3E, 7C and 6B. RGB value is (62,124,107). Sum of RGB (Red+Green+Blue) = 62+124+107=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C6B is #C18394. Grayscale: #676767. Windows color (decimal): -12682133 or 7044158. OLE color: 7044158.

HSL color Cylindrical-coordinate representation of color #3E7C6B: hue angle of 163.55º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C6B is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 124 107 -
CMYK 0.5 0 0.14 0.51
HSL 163.55º 0.33% 0.36% -
HSV(B) 163.55º 0.5% 0.49% -
XYZ 11.85 16.5 16.47 -
YUV 103.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 62 124 107 0.5 0 0.14 0.51 163.55 0.33 0.36
Hex 3E 7C 6B 32 0 E 33 A4 21 24
Octal 76 174 153 62 0 16 63 244 41 44
Binary 111110 1111100 1101011 110010 0 1110 110011 10100100 100001 100100

Color Harmonies of #3E7C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7C6B

Black with #3E7C6B

Text Example


Text Example

White with #3E7C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,124,107); }

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

background-color css

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

 a { background-color: rgb(62,124,107); }

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

border-color css

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

 span { border-color: rgb(62,124,107); }

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