#3f8e6d

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

Shades of Viridian #3F8E6D

Tints of Viridian #3F8E6D

Color information

#3F8E6D (or 0x3F8E6D) is unknown color: approx Viridian. HEX triplet: 3F, 8E and 6D. RGB value is (63,142,109). Sum of RGB (Red+Green+Blue) = 63+142+109=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E6D is #C07192. Grayscale: #727272. Windows color (decimal): -12611987 or 7179839. OLE color: 7179839.

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

Color convert

RGB63142109-
CMYK0.5600.230.44
HSL154.94º38.54%40.2%-
HSV(B)154.94º55.63%55.69%-
XYZ14.4821.5117.86-
YUV114.62124.8391.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=20.06%
G=45.22%
B=34.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631421090.5600.230.44154.9438.5440.2
Hex3F8E6D380172C9b2728
Octal7721615570027542334750
Binary11111110001110110110111100001011110110010011011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f8e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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