#3B9174

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

Shades of Viridian #3B9174

Tints of Viridian #3B9174

Color information

#3B9174 (or 0x3B9174) is unknown color: approx Viridian. HEX triplet: 3B, 91 and 74. RGB value is (59,145,116). Sum of RGB (Red+Green+Blue) = 59+145+116=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9174 is #C46E8B. Grayscale: #747474. Windows color (decimal): -12873356 or 7639355. OLE color: 7639355.

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

Color convert

RGB59145116-
CMYK0.5900.20.43
HSL159.77º42.16%40%-
HSV(B)159.77º59.31%56.86%-
XYZ15.0822.4420.06-
YUV115.98128.0187.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=18.44%
G=45.31%
B=36.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451160.5900.20.43159.7742.1640
Hex3B91743B0142Ba02a28
Octal7322116473024532405250
Binary11101110010001111010011101101010010101110100000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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