#3F8E77

Color #3F8E77 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #3F8E77

Tints of Viridian #3F8E77

Color information

#3F8E77 (or 0x3F8E77) is unknown color: approx 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

RGB63142119-
CMYK0.5600.160.44
HSL162.53º38.54%40.2%-
HSV(B)162.53º55.63%55.69%-
XYZ15.0521.7320.85-
YUV115.76129.8390.37-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631421190.5600.160.44162.5338.5440.2
Hex3F8E77380102Ca32728
Octal7721616770020542434750
Binary11111110001110111011111100001000010110010100011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>