#3B906B

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

Shades of Viridian #3B906B

Tints of Viridian #3B906B

Color information

#3B906B (or 0x3B906B) is unknown color: approx Viridian. HEX triplet: 3B, 90 and 6B. RGB value is (59,144,107). Sum of RGB (Red+Green+Blue) = 59+144+107=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #3B906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B906B is #C46F94. Grayscale: #727272. Windows color (decimal): -12873621 or 7049275. OLE color: 7049275.

HSL color Cylindrical-coordinate representation of color #3B906B: hue angle of 153.88º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B906B is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB59144107-
CMYK0.5900.260.44
HSL153.88º41.87%39.8%-
HSV(B)153.88º59.03%56.47%-
XYZ14.4321.9417.38-
YUV114.37123.8488.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=19.03%
G=46.45%
B=34.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591441070.5900.260.44153.8841.8739.8
Hex3B906B3B01A2C9a2a28
Octal7322015373032542325250
Binary11101110010000110101111101101101010110010011010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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