#3B9673

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

Shades of Viridian #3B9673

Tints of Viridian #3B9673

Color information

#3B9673 (or 0x3B9673) is unknown color: approx Viridian. HEX triplet: 3B, 96 and 73. RGB value is (59,150,115). Sum of RGB (Red+Green+Blue) = 59+150+115=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #3B9673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9673 is #C4698C. Grayscale: #767676. Windows color (decimal): -12872077 or 7575099. OLE color: 7575099.

HSL color Cylindrical-coordinate representation of color #3B9673: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9673 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB59150115-
CMYK0.6100.230.41
HSL156.92º43.54%40.98%-
HSV(B)156.92º60.67%58.82%-
XYZ15.823.9820.02-
YUV118.8125.8585.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=18.21%
G=46.30%
B=35.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591501150.6100.230.41156.9243.5440.98
Hex3B96733D017299d2c29
Octal7322616375027512355451
Binary11101110010110111001111110101011110100110011101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,115); }

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

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

 a { background-color: rgb(59,150,115); }

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

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

 span { border-color: rgb(59,150,115); }

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