#397E75

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

Shades of Genoa #397E75

Tints of Genoa #397E75

Color information

#397E75 (or 0x397E75) is unknown color: approx Genoa. HEX triplet: 39, 7E and 75. RGB value is (57,126,117). Sum of RGB (Red+Green+Blue) = 57+126+117=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #397E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E75 is #C6818A. Grayscale: #686868. Windows color (decimal): -13009291 or 7700025. OLE color: 7700025.

HSL color Cylindrical-coordinate representation of color #397E75: hue angle of 172.17º 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 #397E75 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB57126117-
CMYK0.5500.070.51
HSL172.17º37.7%35.88%-
HSV(B)172.17º54.76%49.41%-
XYZ12.3617.0819.47-
YUV104.34135.1494.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 117 (46.09% from 255) = 39%
R=19%
G=42%
B=39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571261170.5500.070.51172.1737.735.88
Hex397E75370733ac2624
Octal711761656707632544644
Binary11100111111101110101110111011111001110101100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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