#3D8B73

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

Shades of Viridian #3D8B73

Tints of Viridian #3D8B73

Color information

#3D8B73 (or 0x3D8B73) is unknown color: approx Viridian. HEX triplet: 3D, 8B and 73. RGB value is (61,139,115). Sum of RGB (Red+Green+Blue) = 61+139+115=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #3D8B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8B73 is #C2748C. Grayscale: #707070. Windows color (decimal): -12743821 or 7572285. OLE color: 7572285.

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

Color convert

RGB61139115-
CMYK0.5600.170.45
HSL161.54º39%39.22%-
HSV(B)161.54º56.12%54.51%-
XYZ14.2520.719.46-
YUV112.94129.1690.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=19.37%
G=44.13%
B=36.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611391150.5600.170.45161.543939.22
Hex3D8B73380112Da22727
Octal7521316370021552424747
Binary11110110001011111001111100001000110110110100010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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