Html Css Color HEX #397D73 Genoa

📋 copy color: '#397D73'

red 57 ◦ green 125 ◦ blue 115

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

Shades of Genoa #397D73

Tints of Genoa #397D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

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

R = 19.19%
G = 42.09%
B = 38.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#397D73 (or 0x397D73) is known color: Genoa. HEX triplet: 39, 7D and 73. RGB value is (57,125,115). Sum of RGB (Red+Green+Blue) = 57+125+115=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #397D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D73 is #C6828C. Grayscale: #676767. Windows color (decimal): -13009549 or 7568697. OLE color: 7568697.

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

Color convert

RGB 57 125 115 -
CMYK 0.54 0 0.08 0.51
HSL 171.18º 0.37% 0.36% -
HSV(B) 171.18º 0.54% 0.49% -
XYZ 12.12 16.77 18.82 -
YUV 103.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 57 125 115 0.54 0 0.08 0.51 171.18 0.37 0.36
Hex 39 7D 73 36 0 8 33 AB 25 24
Octal 71 175 163 66 0 10 63 253 45 44
Binary 111001 1111101 1110011 110110 0 1000 110011 10101011 100101 100100

Color Harmonies of #397D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D73

Black with #397D73

Text Example


Text Example

White with #397D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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