Html Css Color HEX #397D74 Genoa

📋 copy color: '#397D74'

red 57 ◦ green 125 ◦ blue 116

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

Shades of Genoa #397D74

Tints of Genoa #397D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 19.13%
G = 41.95%
B = 38.93%

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

#397D74 (or 0x397D74) is known color: Genoa. HEX triplet: 39, 7D and 74. RGB value is (57,125,116). Sum of RGB (Red+Green+Blue) = 57+125+116=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #397D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D74 is #C6828B. Grayscale: #676767. Windows color (decimal): -13009548 or 7634233. OLE color: 7634233.

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

Color convert

RGB 57 125 116 -
CMYK 0.54 0 0.07 0.51
HSL 172.06º 0.37% 0.36% -
HSV(B) 172.06º 0.54% 0.49% -
XYZ 12.17 16.8 19.12 -
YUV 103.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 57 125 116 0.54 0 0.07 0.51 172.06 0.37 0.36
Hex 39 7D 74 36 0 7 33 AC 25 24
Octal 71 175 164 66 0 7 63 254 45 44
Binary 111001 1111101 1110100 110110 0 111 110011 10101100 100101 100100

Color Harmonies of #397D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D74

Black with #397D74

Text Example


Text Example

White with #397D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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