#3B9175

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

Shades of Viridian #3B9175

Tints of Viridian #3B9175

Color information

#3B9175 (or 0x3B9175) is unknown color: approx Viridian. HEX triplet: 3B, 91 and 75. RGB value is (59,145,117). Sum of RGB (Red+Green+Blue) = 59+145+117=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9175 is #C46E8A. Grayscale: #747474. Windows color (decimal): -12873355 or 7704891. OLE color: 7704891.

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

Color convert

RGB59145117-
CMYK0.5900.190.43
HSL160.47º42.16%40%-
HSV(B)160.47º59.31%56.86%-
XYZ15.1422.4620.37-
YUV116.09128.5187.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=18.38%
G=45.17%
B=36.45%

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
Decimal591451170.5900.190.43160.4742.1640
Hex3B91753B0132Ba02a28
Octal7322116573023532405250
Binary11101110010001111010111101101001110101110100000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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