#397A6E

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

Shades of Genoa #397A6E

Tints of Genoa #397A6E

Color information

#397A6E (or 0x397A6E) is unknown color: approx Genoa. HEX triplet: 39, 7A and 6E. RGB value is (57,122,110). Sum of RGB (Red+Green+Blue) = 57+122+110=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #397A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A6E is #C68591. Grayscale: #656565. Windows color (decimal): -13010322 or 7240249. OLE color: 7240249.

HSL color Cylindrical-coordinate representation of color #397A6E: hue angle of 168.92º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A6E is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB57122110-
CMYK0.5300.100.52
HSL168.92º36.31%35.1%-
HSV(B)168.92º53.28%47.84%-
XYZ11.4615.9117.22-
YUV101.2132.9796.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=19.72%
G=42.21%
B=38.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571221100.5300.100.52168.9236.3135.1
Hex397A6E350A34a92423
Octal7117215665012642514443
Binary111001111101011011101101010101011010010101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,122,110); }

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

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

 a { background-color: rgb(57,122,110); }

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

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

 span { border-color: rgb(57,122,110); }

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