#397B6E

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

Shades of Genoa #397B6E

Tints of Genoa #397B6E

Color information

#397B6E (or 0x397B6E) is unknown color: approx Genoa. HEX triplet: 39, 7B and 6E. RGB value is (57,123,110). Sum of RGB (Red+Green+Blue) = 57+123+110=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #397B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B6E is #C68491. Grayscale: #656565. Windows color (decimal): -13010066 or 7240505. OLE color: 7240505.

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

Color convert

RGB57123110-
CMYK0.5400.110.52
HSL168.18º36.67%35.29%-
HSV(B)168.18º53.66%48.24%-
XYZ11.5816.1617.26-
YUV101.78132.6396.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=19.66%
G=42.41%
B=37.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571231100.5400.110.52168.1836.6735.29
Hex397B6E360B34a82523
Octal7117315666013642504543
Binary111001111101111011101101100101111010010101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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