#3F8E74

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

Shades of Viridian #3F8E74

Tints of Viridian #3F8E74

Color information

#3F8E74 (or 0x3F8E74) is unknown color: approx Viridian. HEX triplet: 3F, 8E and 74. RGB value is (63,142,116). Sum of RGB (Red+Green+Blue) = 63+142+116=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E74 is #C0718B. Grayscale: #737373. Windows color (decimal): -12611980 or 7638591. OLE color: 7638591.

HSL color Cylindrical-coordinate representation of color #3F8E74: hue angle of 160.25º 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 #3F8E74 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB63142116-
CMYK0.5600.180.44
HSL160.25º38.54%40.2%-
HSV(B)160.25º55.63%55.69%-
XYZ14.8821.6619.92-
YUV115.42128.3390.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=19.63%
G=44.24%
B=36.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631421160.5600.180.44160.2538.5440.2
Hex3F8E74380122Ca02728
Octal7721616470022542404750
Binary11111110001110111010011100001001010110010100000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F8E74;
 }
 .AnyTagClassName
 {
   color: #3F8E74;
 }
</style>
background-color css

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

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

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

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

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

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