#3B9176

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

Shades of Viridian #3B9176

Tints of Viridian #3B9176

Color information

#3B9176 (or 0x3B9176) is unknown color: approx Viridian. HEX triplet: 3B, 91 and 76. RGB value is (59,145,118). Sum of RGB (Red+Green+Blue) = 59+145+118=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9176 is #C46E89. Grayscale: #747474. Windows color (decimal): -12873354 or 7770427. OLE color: 7770427.

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

Color convert

RGB59145118-
CMYK0.5900.190.43
HSL161.16º42.16%40%-
HSV(B)161.16º59.31%56.86%-
XYZ15.222.4920.68-
YUV116.21129.0187.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=18.32%
G=45.03%
B=36.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451180.5900.190.43161.1642.1640
Hex3B91763B0132Ba12a28
Octal7322116673023532415250
Binary11101110010001111011011101101001110101110100001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,145,118); }

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

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

 a { background-color: rgb(59,145,118); }

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

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

 span { border-color: rgb(59,145,118); }

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