#3B906F

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

Shades of Viridian #3B906F

Tints of Viridian #3B906F

Color information

#3B906F (or 0x3B906F) is unknown color: approx Viridian. HEX triplet: 3B, 90 and 6F. RGB value is (59,144,111). Sum of RGB (Red+Green+Blue) = 59+144+111=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #3B906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B906F is #C46F90. Grayscale: #727272. Windows color (decimal): -12873617 or 7311419. OLE color: 7311419.

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

Color convert

RGB59144111-
CMYK0.5900.230.44
HSL156.71º41.87%39.8%-
HSV(B)156.71º59.03%56.47%-
XYZ14.6522.0218.52-
YUV114.82125.8488.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=18.79%
G=45.86%
B=35.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591441110.5900.230.44156.7141.8739.8
Hex3B906F3B0172C9d2a28
Octal7322015773027542355250
Binary11101110010000110111111101101011110110010011101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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