Html Css Color HEX #397D6F Genoa

📋 copy color: '#397D6F'

red 57 ◦ green 125 ◦ blue 111

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

Shades of Genoa #397D6F

Tints of Genoa #397D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 19.45%
G = 42.66%
B = 37.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#397D6F (or 0x397D6F) is known color: Genoa. HEX triplet: 39, 7D and 6F. RGB value is (57,125,111). Sum of RGB (Red+Green+Blue) = 57+125+111=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #397D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D6F is #C68290. Grayscale: #676767. Windows color (decimal): -13009553 or 7306553. OLE color: 7306553.

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

Color convert

RGB 57 125 111 -
CMYK 0.54 0 0.11 0.51
HSL 167.65º 0.37% 0.36% -
HSV(B) 167.65º 0.54% 0.49% -
XYZ 11.89 16.68 17.63 -
YUV 103.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 57 125 111 0.54 0 0.11 0.51 167.65 0.37 0.36
Hex 39 7D 6F 36 0 B 33 A8 25 24
Octal 71 175 157 66 0 13 63 250 45 44
Binary 111001 1111101 1101111 110110 0 1011 110011 10101000 100101 100100

Color Harmonies of #397D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D6F

Black with #397D6F

Text Example


Text Example

White with #397D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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