#3B9170

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

Shades of Viridian #3B9170

Tints of Viridian #3B9170

Color information

#3B9170 (or 0x3B9170) is unknown color: approx Viridian. HEX triplet: 3B, 91 and 70. RGB value is (59,145,112). Sum of RGB (Red+Green+Blue) = 59+145+112=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9170 is #C46E8F. Grayscale: #737373. Windows color (decimal): -12873360 or 7377211. OLE color: 7377211.

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

Color convert

RGB59145112-
CMYK0.5900.230.43
HSL156.98º42.16%40%-
HSV(B)156.98º59.31%56.86%-
XYZ14.8522.3518.86-
YUV115.52126.0187.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=18.67%
G=45.89%
B=35.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451120.5900.230.43156.9842.1640
Hex3B91703B0172B9d2a28
Octal7322116073027532355250
Binary11101110010001111000011101101011110101110011101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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