#397C6C

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

Shades of Genoa #397C6C

Tints of Genoa #397C6C

Color information

#397C6C (or 0x397C6C) is unknown color: approx Genoa. HEX triplet: 39, 7C and 6C. RGB value is (57,124,108). Sum of RGB (Red+Green+Blue) = 57+124+108=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #397C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C6C is #C68393. Grayscale: #666666. Windows color (decimal): -13009812 or 7109689. OLE color: 7109689.

HSL color Cylindrical-coordinate representation of color #397C6C: hue angle of 165.67º 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 #397C6C is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB57124108-
CMYK0.5400.130.51
HSL165.67º37.02%35.49%-
HSV(B)165.67º54.03%48.63%-
XYZ11.616.3716.74-
YUV102.14131.395.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=19.72%
G=42.91%
B=37.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571241080.5400.130.51165.6737.0235.49
Hex397C6C360D33a62523
Octal7117415466015632464543
Binary111001111110011011001101100110111001110100110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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