#3D7D73

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

Shades of Genoa #3D7D73

Tints of Genoa #3D7D73

Color information

#3D7D73 (or 0x3D7D73) is unknown color: approx Genoa. HEX triplet: 3D, 7D and 73. RGB value is (61,125,115). Sum of RGB (Red+Green+Blue) = 61+125+115=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7D73 is #C2828C. Grayscale: #686868. Windows color (decimal): -12747405 or 7568701. OLE color: 7568701.

HSL color Cylindrical-coordinate representation of color #3D7D73: hue angle of 170.62º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D7D73 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB61125115-
CMYK0.5100.080.51
HSL170.62º34.41%36.47%-
HSV(B)170.62º51.2%49.02%-
XYZ12.3516.918.83-
YUV104.72133.896.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=20.27%
G=41.53%
B=38.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611251150.5100.080.51170.6234.4136.47
Hex3D7D73330833ab2224
Octal7517516363010632534244
Binary111101111110111100111100110100011001110101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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