#3F8C6F

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

Shades of Viridian #3F8C6F

Tints of Viridian #3F8C6F

Color information

#3F8C6F (or 0x3F8C6F) is unknown color: approx Viridian. HEX triplet: 3F, 8C and 6F. RGB value is (63,140,111). Sum of RGB (Red+Green+Blue) = 63+140+111=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C6F is #C07390. Grayscale: #717171. Windows color (decimal): -12612497 or 7310399. OLE color: 7310399.

HSL color Cylindrical-coordinate representation of color #3F8C6F: hue angle of 157.4º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8C6F is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB63140111-
CMYK0.5500.210.45
HSL157.4º37.93%39.8%-
HSV(B)157.4º55%54.9%-
XYZ14.320.9618.33-
YUV113.67126.4991.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=20.06%
G=44.59%
B=35.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631401110.5500.210.45157.437.9339.8
Hex3F8C6F370152D9d2628
Octal7721415767025552354650
Binary11111110001100110111111011101010110110110011101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,140,111); }

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

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

 a { background-color: rgb(63,140,111); }

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

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

 span { border-color: rgb(63,140,111); }

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