#3F866D

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

Shades of Viridian #3F866D

Tints of Viridian #3F866D

Color information

#3F866D (or 0x3F866D) is unknown color: approx Viridian. HEX triplet: 3F, 86 and 6D. RGB value is (63,134,109). Sum of RGB (Red+Green+Blue) = 63+134+109=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #3F866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F866D is #C07992. Grayscale: #6D6D6D. Windows color (decimal): -12614035 or 7177791. OLE color: 7177791.

HSL color Cylindrical-coordinate representation of color #3F866D: hue angle of 158.87º 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 #3F866D is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB63134109-
CMYK0.5300.190.47
HSL158.87º36.04%38.63%-
HSV(B)158.87º52.99%52.55%-
XYZ13.3419.2117.47-
YUV109.92127.4894.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=20.59%
G=43.79%
B=35.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631341090.5300.190.47158.8736.0438.63
Hex3F866D350132F9f2427
Octal7720615565023572374447
Binary11111110000110110110111010101001110111110011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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