#3A7F73

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

Shades of Genoa #3A7F73

Tints of Genoa #3A7F73

Color information

#3A7F73 (or 0x3A7F73) is unknown color: approx Genoa. HEX triplet: 3A, 7F and 73. RGB value is (58,127,115). Sum of RGB (Red+Green+Blue) = 58+127+115=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F73 is #C5808C. Grayscale: #686868. Windows color (decimal): -12943501 or 7569210. OLE color: 7569210.

HSL color Cylindrical-coordinate representation of color #3A7F73: hue angle of 169.57º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F73 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB58127115-
CMYK0.5400.090.50
HSL169.57º37.3%36.27%-
HSV(B)169.57º54.33%49.8%-
XYZ12.4317.3218.91-
YUV105133.6494.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.33%
GREEN value IS 127 (50% from 255) = 42.33%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=19.33%
G=42.33%
B=38.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581271150.5400.090.50169.5737.336.27
Hex3A7F73360932aa2524
Octal7217716366011622524544
Binary111010111111111100111101100100111001010101010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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