#397C76

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

Shades of Genoa #397C76

Tints of Genoa #397C76

Color information

#397C76 (or 0x397C76) is unknown color: approx Genoa. HEX triplet: 39, 7C and 76. RGB value is (57,124,118). Sum of RGB (Red+Green+Blue) = 57+124+118=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #397C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C76 is #C68389. Grayscale: #676767. Windows color (decimal): -13009802 or 7765049. OLE color: 7765049.

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

Color convert

RGB57124118-
CMYK0.5400.050.51
HSL174.63º37.02%35.49%-
HSV(B)174.63º54.03%48.63%-
XYZ12.1716.5919.7-
YUV103.28136.394.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=19.06%
G=41.47%
B=39.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571241180.5400.050.51174.6337.0235.49
Hex397C76360533af2523
Octal711741666605632574543
Binary11100111111001110110110110010111001110101111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,118); }

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

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

 a { background-color: rgb(57,124,118); }

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

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

 span { border-color: rgb(57,124,118); }

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