Html Css Color HEX #3F8E77 Viridian

📋 copy color: '#3F8E77'

red 63 ◦ green 142 ◦ blue 119

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

Shades of Viridian #3F8E77

Tints of Viridian #3F8E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.83%

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 19.44%
G = 43.83%
B = 36.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#3F8E77 (or 0x3F8E77) is known color: Viridian. HEX triplet: 3F, 8E and 77. RGB value is (63,142,119). Sum of RGB (Red+Green+Blue) = 63+142+119=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E77 is #C07188. Grayscale: #737373. Windows color (decimal): -12611977 or 7835199. OLE color: 7835199.

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

Color convert

RGB 63 142 119 -
CMYK 0.56 0 0.16 0.44
HSL 162.53º 0.39% 0.4% -
HSV(B) 162.53º 0.56% 0.56% -
XYZ 15.05 21.73 20.85 -
YUV 115.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 63 142 119 0.56 0 0.16 0.44 162.53 0.39 0.4
Hex 3F 8E 77 38 0 10 2C A3 27 28
Octal 77 216 167 70 0 20 54 243 47 50
Binary 111111 10001110 1110111 111000 0 10000 101100 10100011 100111 101000

Color Harmonies of #3F8E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8E77

Black with #3F8E77

Text Example


Text Example

White with #3F8E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,142,119); }

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

background-color css

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

 a { background-color: rgb(63,142,119); }

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

border-color css

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

 span { border-color: rgb(63,142,119); }

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