#3D7C71

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

Shades of Genoa #3D7C71

Tints of Genoa #3D7C71

Color information

#3D7C71 (or 0x3D7C71) is unknown color: approx Genoa. HEX triplet: 3D, 7C and 71. RGB value is (61,124,113). Sum of RGB (Red+Green+Blue) = 61+124+113=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7C71 is #C2838E. Grayscale: #676767. Windows color (decimal): -12747663 or 7437373. OLE color: 7437373.

HSL color Cylindrical-coordinate representation of color #3D7C71: hue angle of 169.52º 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 #3D7C71 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB61124113-
CMYK0.5100.090.51
HSL169.52º34.05%36.27%-
HSV(B)169.52º50.81%48.63%-
XYZ12.1116.618.19-
YUV103.91133.1397.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=20.47%
G=41.61%
B=37.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611241130.5100.090.51169.5234.0536.27
Hex3D7C71330933aa2224
Octal7517416163011632524244
Binary111101111110011100011100110100111001110101010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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