#397B6F

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

Shades of Genoa #397B6F

Tints of Genoa #397B6F

Color information

#397B6F (or 0x397B6F) is unknown color: approx Genoa. HEX triplet: 39, 7B and 6F. RGB value is (57,123,111). Sum of RGB (Red+Green+Blue) = 57+123+111=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #397B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B6F is #C68490. Grayscale: #656565. Windows color (decimal): -13010065 or 7306041. OLE color: 7306041.

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

Color convert

RGB57123111-
CMYK0.5400.100.52
HSL169.09º36.67%35.29%-
HSV(B)169.09º53.66%48.24%-
XYZ11.6416.1817.55-
YUV101.9133.1395.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=19.59%
G=42.27%
B=38.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571231110.5400.100.52169.0936.6735.29
Hex397B6F360A34a92523
Octal7117315766012642514543
Binary111001111101111011111101100101011010010101001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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