#3B886A

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

Shades of Viridian #3B886A

Tints of Viridian #3B886A

Color information

#3B886A (or 0x3B886A) is unknown color: approx Viridian. HEX triplet: 3B, 88 and 6A. RGB value is (59,136,106). Sum of RGB (Red+Green+Blue) = 59+136+106=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #3B886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B886A is #C47795. Grayscale: #6D6D6D. Windows color (decimal): -12875670 or 6981691. OLE color: 6981691.

HSL color Cylindrical-coordinate representation of color #3B886A: hue angle of 156.62º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B886A is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB59136106-
CMYK0.5700.220.47
HSL156.62º39.49%38.24%-
HSV(B)156.62º56.62%53.33%-
XYZ13.2119.5816.72-
YUV109.56125.9991.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=19.60%
G=45.18%
B=35.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591361060.5700.220.47156.6239.4938.24
Hex3B886A390162F9d2726
Octal7321015271026572354746
Binary11101110001000110101011100101011010111110011101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,136,106); }

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

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

 a { background-color: rgb(59,136,106); }

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

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

 span { border-color: rgb(59,136,106); }

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