#3D9671

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

Shades of Viridian #3D9671

Tints of Viridian #3D9671

Color information

#3D9671 (or 0x3D9671) is unknown color: approx Viridian. HEX triplet: 3D, 96 and 71. RGB value is (61,150,113). Sum of RGB (Red+Green+Blue) = 61+150+113=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9671 is #C2698E. Grayscale: #777777. Windows color (decimal): -12741007 or 7444029. OLE color: 7444029.

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

Color convert

RGB61150113-
CMYK0.5900.250.41
HSL155.06º42.18%41.37%-
HSV(B)155.06º59.33%58.82%-
XYZ15.812419.42-
YUV119.17124.5186.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=18.83%
G=46.30%
B=34.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501130.5900.250.41155.0642.1841.37
Hex3D96713B019299b2a29
Octal7522616173031512335251
Binary11110110010110111000111101101100110100110011011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,150,113); }

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

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

 a { background-color: rgb(61,150,113); }

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

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

 span { border-color: rgb(61,150,113); }

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