#3B906C

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

Shades of Viridian #3B906C

Tints of Viridian #3B906C

Color information

#3B906C (or 0x3B906C) is unknown color: approx Viridian. HEX triplet: 3B, 90 and 6C. RGB value is (59,144,108). Sum of RGB (Red+Green+Blue) = 59+144+108=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #3B906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B906C is #C46F93. Grayscale: #727272. Windows color (decimal): -12873620 or 7114811. OLE color: 7114811.

HSL color Cylindrical-coordinate representation of color #3B906C: hue angle of 154.59º 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 #3B906C is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB59144108-
CMYK0.5900.250.44
HSL154.59º41.87%39.8%-
HSV(B)154.59º59.03%56.47%-
XYZ14.4821.9617.66-
YUV114.48124.3488.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=18.97%
G=46.30%
B=34.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591441080.5900.250.44154.5941.8739.8
Hex3B906C3B0192C9b2a28
Octal7322015473031542335250
Binary11101110010000110110011101101100110110010011011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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