#3F896B

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

Shades of Viridian #3F896B

Tints of Viridian #3F896B

Color information

#3F896B (or 0x3F896B) is unknown color: approx Viridian. HEX triplet: 3F, 89 and 6B. RGB value is (63,137,107). Sum of RGB (Red+Green+Blue) = 63+137+107=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #3F896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F896B is #C07694. Grayscale: #6F6F6F. Windows color (decimal): -12613269 or 7047487. OLE color: 7047487.

HSL color Cylindrical-coordinate representation of color #3F896B: hue angle of 155.68º 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 #3F896B is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB63137107-
CMYK0.5400.220.46
HSL155.68º37%39.22%-
HSV(B)155.68º54.01%53.73%-
XYZ13.6520.0117.05-
YUV111.45125.4893.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=20.52%
G=44.63%
B=34.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631371070.5400.220.46155.683739.22
Hex3F896B360162E9c2527
Octal7721115366026562344547
Binary11111110001001110101111011001011010111010011100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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