Html Css Color HEX #397C73 Genoa

📋 copy color: '#397C73'

red 57 ◦ green 124 ◦ blue 115

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

Shades of Genoa #397C73

Tints of Genoa #397C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 19.26%
G = 41.89%
B = 38.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#397C73 (or 0x397C73) is known color: Genoa. HEX triplet: 39, 7C and 73. RGB value is (57,124,115). Sum of RGB (Red+Green+Blue) = 57+124+115=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #397C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C73 is #C6838C. Grayscale: #666666. Windows color (decimal): -13009805 or 7568441. OLE color: 7568441.

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

Color convert

RGB 57 124 115 -
CMYK 0.54 0 0.07 0.51
HSL 171.94º 0.37% 0.35% -
HSV(B) 171.94º 0.54% 0.49% -
XYZ 11.99 16.52 18.78 -
YUV 102.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 57 124 115 0.54 0 0.07 0.51 171.94 0.37 0.35
Hex 39 7C 73 36 0 7 33 AC 25 23
Octal 71 174 163 66 0 7 63 254 45 43
Binary 111001 1111100 1110011 110110 0 111 110011 10101100 100101 100011

Color Harmonies of #397C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C73

Black with #397C73

Text Example


Text Example

White with #397C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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