#3B896F

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

Shades of Viridian #3B896F

Tints of Viridian #3B896F

Color information

#3B896F (or 0x3B896F) is unknown color: approx Viridian. HEX triplet: 3B, 89 and 6F. RGB value is (59,137,111). Sum of RGB (Red+Green+Blue) = 59+137+111=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #3B896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B896F is #C47690. Grayscale: #6E6E6E. Windows color (decimal): -12875409 or 7309627. OLE color: 7309627.

HSL color Cylindrical-coordinate representation of color #3B896F: hue angle of 160º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B896F is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB59137111-
CMYK0.5700.190.46
HSL160º39.8%38.43%-
HSV(B)160º56.93%53.73%-
XYZ13.6219.9718.18-
YUV110.71128.1691.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=19.22%
G=44.63%
B=36.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591371110.5700.190.4616039.838.43
Hex3B896F390132Ea02826
Octal7321115771023562405046
Binary11101110001001110111111100101001110111010100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,137,111); }

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

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

 a { background-color: rgb(59,137,111); }

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

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

 span { border-color: rgb(59,137,111); }

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