#397E6F

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

Shades of Genoa #397E6F

Tints of Genoa #397E6F

Color information

#397E6F (or 0x397E6F) is unknown color: approx Genoa. HEX triplet: 39, 7E and 6F. RGB value is (57,126,111). Sum of RGB (Red+Green+Blue) = 57+126+111=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #397E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E6F is #C68190. Grayscale: #676767. Windows color (decimal): -13009297 or 7306809. OLE color: 7306809.

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

Color convert

RGB57126111-
CMYK0.5500.120.51
HSL166.96º37.7%35.88%-
HSV(B)166.96º54.76%49.41%-
XYZ12.0216.9417.68-
YUV103.66132.1494.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=19.39%
G=42.86%
B=37.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571261110.5500.120.51166.9637.735.88
Hex397E6F370C33a72624
Octal7117615767014632474644
Binary111001111111011011111101110110011001110100111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,126,111); }

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

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

 a { background-color: rgb(57,126,111); }

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

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

 span { border-color: rgb(57,126,111); }

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