Html Css Color HEX #3F8371 Viridian

📋 copy color: '#3F8371'

red 63 ◦ green 131 ◦ blue 113

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

Shades of Viridian #3F8371

Tints of Viridian #3F8371

RGB

 RED value IS 63 (25% from 255) = 20.52%

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 20.52%
G = 42.67%
B = 36.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#3F8371 (or 0x3F8371) is known color: Viridian. HEX triplet: 3F, 83 and 71. RGB value is (63,131,113). Sum of RGB (Red+Green+Blue) = 63+131+113=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8371 is #C07C8E. Grayscale: #6C6C6C. Windows color (decimal): -12614799 or 7439167. OLE color: 7439167.

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

Color convert

RGB 63 131 113 -
CMYK 0.52 0 0.14 0.49
HSL 164.12º 0.35% 0.38% -
HSV(B) 164.12º 0.52% 0.51% -
XYZ 13.15 18.48 18.5 -
YUV 108.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 63 131 113 0.52 0 0.14 0.49 164.12 0.35 0.38
Hex 3F 83 71 34 0 E 31 A4 23 26
Octal 77 203 161 64 0 16 61 244 43 46
Binary 111111 10000011 1110001 110100 0 1110 110001 10100100 100011 100110

Color Harmonies of #3F8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8371

Black with #3F8371

Text Example


Text Example

White with #3F8371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,131,113); }

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

background-color css

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

 a { background-color: rgb(63,131,113); }

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

border-color css

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

 span { border-color: rgb(63,131,113); }

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