#3B896B

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

Shades of Viridian #3B896B

Tints of Viridian #3B896B

Color information

#3B896B (or 0x3B896B) is unknown color: approx Viridian. HEX triplet: 3B, 89 and 6B. RGB value is (59,137,107). Sum of RGB (Red+Green+Blue) = 59+137+107=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #3B896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B896B is #C47694. Grayscale: #6E6E6E. Windows color (decimal): -12875413 or 7047483. OLE color: 7047483.

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

Color convert

RGB59137107-
CMYK0.5700.220.46
HSL156.92º39.8%38.43%-
HSV(B)156.92º56.93%53.73%-
XYZ13.419.8817.04-
YUV110.26126.1691.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=19.47%
G=45.21%
B=35.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591371070.5700.220.46156.9239.838.43
Hex3B896B390162E9d2826
Octal7321115371026562355046
Binary11101110001001110101111100101011010111010011101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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