#3D9371

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

Shades of Viridian #3D9371

Tints of Viridian #3D9371

Color information

#3D9371 (or 0x3D9371) is unknown color: approx Viridian. HEX triplet: 3D, 93 and 71. RGB value is (61,147,113). Sum of RGB (Red+Green+Blue) = 61+147+113=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9371 is #C26C8E. Grayscale: #757575. Windows color (decimal): -12741775 or 7443261. OLE color: 7443261.

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

Color convert

RGB61147113-
CMYK0.5900.230.42
HSL156.28º41.35%40.78%-
HSV(B)156.28º58.5%57.65%-
XYZ15.3423.0519.26-
YUV117.41125.5187.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=19.00%
G=45.79%
B=35.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471130.5900.230.42156.2841.3540.78
Hex3D93713B0172A9c2929
Octal7522316173027522345151
Binary11110110010011111000111101101011110101010011100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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