Html Css Color HEX #3E916E Viridian

📋 copy color: '#3E916E'

red 62 ◦ green 145 ◦ blue 110

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

Shades of Viridian #3E916E

Tints of Viridian #3E916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 19.56%
G = 45.74%
B = 34.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#3E916E (or 0x3E916E) is known color: Viridian. HEX triplet: 3E, 91 and 6E. RGB value is (62,145,110). Sum of RGB (Red+Green+Blue) = 62+145+110=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #3E916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E916E is #C16E91. Grayscale: #747474. Windows color (decimal): -12676754 or 7246142. OLE color: 7246142.

HSL color Cylindrical-coordinate representation of color #3E916E: hue angle of 154.7º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E916E is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 145 110 -
CMYK 0.57 0 0.24 0.43
HSL 154.7º 0.4% 0.41% -
HSV(B) 154.7º 0.57% 0.57% -
XYZ 14.93 22.4 18.29 -
YUV 116.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 62 145 110 0.57 0 0.24 0.43 154.7 0.4 0.41
Hex 3E 91 6E 39 0 18 2B 9B 28 29
Octal 76 221 156 71 0 30 53 233 50 51
Binary 111110 10010001 1101110 111001 0 11000 101011 10011011 101000 101001

Color Harmonies of #3E916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E916E

Black with #3E916E

Text Example


Text Example

White with #3E916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,145,110); }

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

background-color css

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

 a { background-color: rgb(62,145,110); }

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

border-color css

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

 span { border-color: rgb(62,145,110); }

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