Html Css Color HEX #3F8771 Viridian

📋 copy color: '#3F8771'

red 63 ◦ green 135 ◦ blue 113

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

Shades of Viridian #3F8771

Tints of Viridian #3F8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

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

R = 20.26%
G = 43.41%
B = 36.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#3F8771 (or 0x3F8771) is known color: Viridian. HEX triplet: 3F, 87 and 71. RGB value is (63,135,113). Sum of RGB (Red+Green+Blue) = 63+135+113=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8771 is #C0788E. Grayscale: #6E6E6E. Windows color (decimal): -12613775 or 7440191. OLE color: 7440191.

HSL color Cylindrical-coordinate representation of color #3F8771: hue angle of 161.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8771 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 135 113 -
CMYK 0.53 0 0.16 0.47
HSL 161.67º 0.36% 0.39% -
HSV(B) 161.67º 0.53% 0.53% -
XYZ 13.69 19.58 18.68 -
YUV 110.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 63 135 113 0.53 0 0.16 0.47 161.67 0.36 0.39
Hex 3F 87 71 35 0 10 2F A2 24 27
Octal 77 207 161 65 0 20 57 242 44 47
Binary 111111 10000111 1110001 110101 0 10000 101111 10100010 100100 100111

Color Harmonies of #3F8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8771

Black with #3F8771

Text Example


Text Example

White with #3F8771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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