Html Css Color HEX #3E836A Viridian

📋 copy color: '#3E836A'

red 62 ◦ green 131 ◦ blue 106

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

Shades of Viridian #3E836A

Tints of Viridian #3E836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 20.74%
G = 43.81%
B = 35.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#3E836A (or 0x3E836A) is known color: Viridian. HEX triplet: 3E, 83 and 6A. RGB value is (62,131,106). Sum of RGB (Red+Green+Blue) = 62+131+106=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #3E836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E836A is #C17C95. Grayscale: #6B6B6B. Windows color (decimal): -12680342 or 6980414. OLE color: 6980414.

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

Color convert

RGB 62 131 106 -
CMYK 0.53 0 0.19 0.49
HSL 158.26º 0.36% 0.38% -
HSV(B) 158.26º 0.53% 0.51% -
XYZ 12.7 18.3 16.5 -
YUV 107.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 62 131 106 0.53 0 0.19 0.49 158.26 0.36 0.38
Hex 3E 83 6A 35 0 13 31 9E 24 26
Octal 76 203 152 65 0 23 61 236 44 46
Binary 111110 10000011 1101010 110101 0 10011 110001 10011110 100100 100110

Color Harmonies of #3E836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E836A

Black with #3E836A

Text Example


Text Example

White with #3E836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,131,106); }

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

background-color css

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

 a { background-color: rgb(62,131,106); }

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

border-color css

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

 span { border-color: rgb(62,131,106); }

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