Html Css Color HEX #3E836E Viridian

📋 copy color: '#3E836E'

red 62 ◦ green 131 ◦ blue 110

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

Shades of Viridian #3E836E

Tints of Viridian #3E836E

RGB

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

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

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

R = 20.46%
G = 43.23%
B = 36.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#3E836E (or 0x3E836E) is known color: Viridian. HEX triplet: 3E, 83 and 6E. RGB value is (62,131,110). Sum of RGB (Red+Green+Blue) = 62+131+110=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #3E836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E836E is #C17C91. Grayscale: #6B6B6B. Windows color (decimal): -12680338 or 7242558. OLE color: 7242558.

HSL color Cylindrical-coordinate representation of color #3E836E: hue angle of 161.74º 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 #3E836E is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 131 110 -
CMYK 0.53 0 0.16 0.49
HSL 161.74º 0.36% 0.38% -
HSV(B) 161.74º 0.53% 0.51% -
XYZ 12.92 18.38 17.62 -
YUV 107.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 62 131 110 0.53 0 0.16 0.49 161.74 0.36 0.38
Hex 3E 83 6E 35 0 10 31 A2 24 26
Octal 76 203 156 65 0 20 61 242 44 46
Binary 111110 10000011 1101110 110101 0 10000 110001 10100010 100100 100110

Color Harmonies of #3E836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E836E

Black with #3E836E

Text Example


Text Example

White with #3E836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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