#3A7C73

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

Shades of Genoa #3A7C73

Tints of Genoa #3A7C73

Color information

#3A7C73 (or 0x3A7C73) is unknown color: approx Genoa. HEX triplet: 3A, 7C and 73. RGB value is (58,124,115). Sum of RGB (Red+Green+Blue) = 58+124+115=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C73 is #C5838C. Grayscale: #676767. Windows color (decimal): -12944269 or 7568442. OLE color: 7568442.

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

Color convert

RGB58124115-
CMYK0.5300.070.51
HSL171.82º36.26%35.69%-
HSV(B)171.82º53.23%48.63%-
XYZ12.0516.5518.78-
YUV103.24134.6395.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=19.53%
G=41.75%
B=38.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581241150.5300.070.51171.8236.2635.69
Hex3A7C73350733ac2424
Octal721741636507632544444
Binary11101011111001110011110101011111001110101100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,115); }

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

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

 a { background-color: rgb(58,124,115); }

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

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

 span { border-color: rgb(58,124,115); }

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