Html Css Color HEX #397C71 Genoa

📋 copy color: '#397C71'

red 57 ◦ green 124 ◦ blue 113

#397C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #397C71

Tints of Genoa #397C71

RGB

 RED value IS 57 (22.66% from 255) = 19.39%

 GREEN value IS 124 (48.83% from 255) = 42.18%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 19.39%
G = 42.18%
B = 38.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#397C71 (or 0x397C71) is known color: Genoa. HEX triplet: 39, 7C and 71. RGB value is (57,124,113). Sum of RGB (Red+Green+Blue) = 57+124+113=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #397C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C71 is #C6838E. Grayscale: #666666. Windows color (decimal): -13009807 or 7437369. OLE color: 7437369.

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

Color convert

RGB 57 124 113 -
CMYK 0.54 0 0.09 0.51
HSL 170.15º 0.37% 0.35% -
HSV(B) 170.15º 0.54% 0.49% -
XYZ 11.88 16.48 18.18 -
YUV 102.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 57 124 113 0.54 0 0.09 0.51 170.15 0.37 0.35
Hex 39 7C 71 36 0 9 33 AA 25 23
Octal 71 174 161 66 0 11 63 252 45 43
Binary 111001 1111100 1110001 110110 0 1001 110011 10101010 100101 100011

Color Harmonies of #397C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C71

Black with #397C71

Text Example


Text Example

White with #397C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,124,113); }

 H1.HeaderClassName
 {
   color: #397C71;
 }
 .AnyTagClassName
 {
   color: #397C71;
 }
</style>

background-color css

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

 a { background-color: rgb(57,124,113); }

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

border-color css

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

 span { border-color: rgb(57,124,113); }

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