#3F8379

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

Shades of Viridian #3F8379

Tints of Viridian #3F8379

Color information

#3F8379 (or 0x3F8379) is unknown color: approx Viridian. HEX triplet: 3F, 83 and 79. RGB value is (63,131,121). Sum of RGB (Red+Green+Blue) = 63+131+121=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8379 is #C07C86. Grayscale: #6D6D6D. Windows color (decimal): -12614791 or 7963455. OLE color: 7963455.

HSL color Cylindrical-coordinate representation of color #3F8379: hue angle of 171.18º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8379 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB63131121-
CMYK0.5200.080.49
HSL171.18º35.05%38.04%-
HSV(B)171.18º51.91%51.37%-
XYZ13.6218.6720.98-
YUV109.53134.4794.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=20%
G=41.59%
B=38.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631311210.5200.080.49171.1835.0538.04
Hex3F8379340831ab2326
Octal7720317164010612534346
Binary1111111000001111110011101000100011000110101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,131,121); }

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

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

 a { background-color: rgb(63,131,121); }

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

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

 span { border-color: rgb(63,131,121); }

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