#3d8a73

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

Shades of Viridian #3D8A73

Tints of Viridian #3D8A73

Color information

#3D8A73 (or 0x3D8A73) is unknown color: approx Viridian. HEX triplet: 3D, 8A and 73. RGB value is (61,138,115). Sum of RGB (Red+Green+Blue) = 61+138+115=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A73 is #C2758C. Grayscale: #707070. Windows color (decimal): -12744077 or 7572029. OLE color: 7572029.

HSL color Cylindrical-coordinate representation of color #3D8A73: hue angle of 162.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A73 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB61138115-
CMYK0.5600.170.46
HSL162.08º38.69%39.02%-
HSV(B)162.08º55.8%54.12%-
XYZ14.1120.4119.42-
YUV112.36129.4991.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=19.43%
G=43.95%
B=36.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611381150.5600.170.46162.0838.6939.02
Hex3D8A73380112Ea22727
Octal7521216370021562424747
Binary11110110001010111001111100001000110111010100010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d8a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,115); }

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

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

 a { background-color: rgb(61,138,115); }

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

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

 span { border-color: rgb(61,138,115); }

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