#397D74

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

Shades of Genoa #397D74

Tints of Genoa #397D74

Color information

#397D74 (or 0x397D74) is unknown color: approx Genoa. HEX triplet: 39, 7D and 74. RGB value is (57,125,116). Sum of RGB (Red+Green+Blue) = 57+125+116=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #397D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D74 is #C6828B. Grayscale: #676767. Windows color (decimal): -13009548 or 7634233. OLE color: 7634233.

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

Color convert

RGB57125116-
CMYK0.5400.070.51
HSL172.06º37.36%35.69%-
HSV(B)172.06º54.4%49.02%-
XYZ12.1716.819.12-
YUV103.64134.9794.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=19.13%
G=41.95%
B=38.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571251160.5400.070.51172.0637.3635.69
Hex397D74360733ac2524
Octal711751646607632544544
Binary11100111111011110100110110011111001110101100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397D74; }

 p { color: rgb(57,125,116); }

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

<style>
 a { background-color: #397D74; }

 a { background-color: rgb(57,125,116); }

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

<style>
 span { border-color: #397D74; }

 span { border-color: rgb(57,125,116); }

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