#3B9373

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

Shades of Viridian #3B9373

Tints of Viridian #3B9373

Color information

#3B9373 (or 0x3B9373) is unknown color: approx Viridian. HEX triplet: 3B, 93 and 73. RGB value is (59,147,115). Sum of RGB (Red+Green+Blue) = 59+147+115=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9373 is #C46C8C. Grayscale: #757575. Windows color (decimal): -12872845 or 7574331. OLE color: 7574331.

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

Color convert

RGB59147115-
CMYK0.6000.220.42
HSL158.18º42.72%40.39%-
HSV(B)158.18º59.86%57.65%-
XYZ15.3323.0419.86-
YUV117.04126.8586.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=18.38%
G=45.79%
B=35.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591471150.6000.220.42158.1842.7240.39
Hex3B93733C0162A9e2b28
Octal7322316374026522365350
Binary11101110010011111001111110001011010101010011110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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