#3B896D

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

Shades of Viridian #3B896D

Tints of Viridian #3B896D

Color information

#3B896D (or 0x3B896D) is unknown color: approx Viridian. HEX triplet: 3B, 89 and 6D. RGB value is (59,137,109). Sum of RGB (Red+Green+Blue) = 59+137+109=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #3B896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B896D is #C47692. Grayscale: #6E6E6E. Windows color (decimal): -12875411 or 7178555. OLE color: 7178555.

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

Color convert

RGB59137109-
CMYK0.5700.200.46
HSL158.46º39.8%38.43%-
HSV(B)158.46º56.93%53.73%-
XYZ13.5119.9317.6-
YUV110.49127.1691.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=19.34%
G=44.92%
B=35.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591371090.5700.200.46158.4639.838.43
Hex3B896D390142E9e2826
Octal7321115571024562365046
Binary11101110001001110110111100101010010111010011110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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