#3B9177

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

Shades of Viridian #3B9177

Tints of Viridian #3B9177

Color information

#3B9177 (or 0x3B9177) is unknown color: approx Viridian. HEX triplet: 3B, 91 and 77. RGB value is (59,145,119). Sum of RGB (Red+Green+Blue) = 59+145+119=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9177 is #C46E88. Grayscale: #747474. Windows color (decimal): -12873353 or 7835963. OLE color: 7835963.

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

Color convert

RGB59145119-
CMYK0.5900.180.43
HSL161.86º42.16%40%-
HSV(B)161.86º59.31%56.86%-
XYZ15.2622.5120.99-
YUV116.32129.5187.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.27%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=18.27%
G=44.89%
B=36.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451190.5900.180.43161.8642.1640
Hex3B91773B0122Ba22a28
Octal7322116773022532425250
Binary11101110010001111011111101101001010101110100010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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