#3B926F

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

Shades of Viridian #3B926F

Tints of Viridian #3B926F

Color information

#3B926F (or 0x3B926F) is unknown color: approx Viridian. HEX triplet: 3B, 92 and 6F. RGB value is (59,146,111). Sum of RGB (Red+Green+Blue) = 59+146+111=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #3B926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B926F is #C46D90. Grayscale: #747474. Windows color (decimal): -12873105 or 7311931. OLE color: 7311931.

HSL color Cylindrical-coordinate representation of color #3B926F: hue angle of 155.86º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B926F is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB59146111-
CMYK0.6000.240.43
HSL155.86º42.44%40.2%-
HSV(B)155.86º59.59%57.25%-
XYZ14.9522.6418.62-
YUV116125.1887.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=18.67%
G=46.20%
B=35.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461110.6000.240.43155.8642.4440.2
Hex3B926F3C0182B9c2a28
Octal7322215774030532345250
Binary11101110010010110111111110001100010101110011100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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