#3D7971

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

Shades of Genoa #3D7971

Tints of Genoa #3D7971

Color information

#3D7971 (or 0x3D7971) is unknown color: approx Genoa. HEX triplet: 3D, 79 and 71. RGB value is (61,121,113). Sum of RGB (Red+Green+Blue) = 61+121+113=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #3D7971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7971 is #C2868E. Grayscale: #666666. Windows color (decimal): -12748431 or 7436605. OLE color: 7436605.

HSL color Cylindrical-coordinate representation of color #3D7971: hue angle of 172º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7971 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB61121113-
CMYK0.5000.070.53
HSL172º32.97%35.69%-
HSV(B)172º49.59%47.45%-
XYZ11.7415.8618.07-
YUV102.15134.1298.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=20.68%
G=41.02%
B=38.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611211130.5000.070.5317232.9735.69
Hex3D7971320735ac2124
Octal751711616207652544144
Binary11110111110011110001110010011111010110101100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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