#397B75

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

Shades of Genoa #397B75

Tints of Genoa #397B75

Color information

#397B75 (or 0x397B75) is unknown color: approx Genoa. HEX triplet: 39, 7B and 75. RGB value is (57,123,117). Sum of RGB (Red+Green+Blue) = 57+123+117=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #397B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B75 is #C6848A. Grayscale: #666666. Windows color (decimal): -13010059 or 7699257. OLE color: 7699257.

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

Color convert

RGB57123117-
CMYK0.5400.050.52
HSL174.55º36.67%35.29%-
HSV(B)174.55º53.66%48.24%-
XYZ11.9816.3219.35-
YUV102.58136.1395.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=19.19%
G=41.41%
B=39.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571231170.5400.050.52174.5536.6735.29
Hex397B75360534af2523
Octal711731656605642574543
Binary11100111110111110101110110010111010010101111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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