Html Css Color HEX #3E8368 Viridian

📋 copy color: '#3E8368'

red 62 ◦ green 131 ◦ blue 104

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

Shades of Viridian #3E8368

Tints of Viridian #3E8368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 20.88%
G = 44.11%
B = 35.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#3E8368 (or 0x3E8368) is known color: Viridian. HEX triplet: 3E, 83 and 68. RGB value is (62,131,104). Sum of RGB (Red+Green+Blue) = 62+131+104=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8368 is #C17C97. Grayscale: #6B6B6B. Windows color (decimal): -12680344 or 6849342. OLE color: 6849342.

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

Color convert

RGB 62 131 104 -
CMYK 0.53 0 0.21 0.49
HSL 156.52º 0.36% 0.38% -
HSV(B) 156.52º 0.53% 0.51% -
XYZ 12.6 18.26 15.96 -
YUV 107.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 62 131 104 0.53 0 0.21 0.49 156.52 0.36 0.38
Hex 3E 83 68 35 0 15 31 9D 24 26
Octal 76 203 150 65 0 25 61 235 44 46
Binary 111110 10000011 1101000 110101 0 10101 110001 10011101 100100 100110

Color Harmonies of #3E8368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8368

Black with #3E8368

Text Example


Text Example

White with #3E8368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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