#3F896D

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

Shades of Viridian #3F896D

Tints of Viridian #3F896D

Color information

#3F896D (or 0x3F896D) is unknown color: approx Viridian. HEX triplet: 3F, 89 and 6D. RGB value is (63,137,109). Sum of RGB (Red+Green+Blue) = 63+137+109=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #3F896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F896D is #C07692. Grayscale: #6F6F6F. Windows color (decimal): -12613267 or 7178559. OLE color: 7178559.

HSL color Cylindrical-coordinate representation of color #3F896D: hue angle of 157.3º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F896D is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB63137109-
CMYK0.5400.200.46
HSL157.3º37%39.22%-
HSV(B)157.3º54.01%53.73%-
XYZ13.7620.0517.61-
YUV111.68126.4893.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=20.39%
G=44.34%
B=35.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631371090.5400.200.46157.33739.22
Hex3F896D360142E9d2527
Octal7721115566024562354547
Binary11111110001001110110111011001010010111010011101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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