Html Css Color HEX #397C70 Genoa

📋 copy color: '#397C70'

red 57 ◦ green 124 ◦ blue 112

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

Shades of Genoa #397C70

Tints of Genoa #397C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 19.45%
G = 42.32%
B = 38.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#397C70 (or 0x397C70) is known color: Genoa. HEX triplet: 39, 7C and 70. RGB value is (57,124,112). Sum of RGB (Red+Green+Blue) = 57+124+112=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #397C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C70 is #C6838F. Grayscale: #666666. Windows color (decimal): -13009808 or 7371833. OLE color: 7371833.

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

Color convert

RGB 57 124 112 -
CMYK 0.54 0 0.10 0.51
HSL 169.25º 0.37% 0.35% -
HSV(B) 169.25º 0.54% 0.49% -
XYZ 11.82 16.46 17.88 -
YUV 102.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 57 124 112 0.54 0 0.10 0.51 169.25 0.37 0.35
Hex 39 7C 70 36 0 A 33 A9 25 23
Octal 71 174 160 66 0 12 63 251 45 43
Binary 111001 1111100 1110000 110110 0 1010 110011 10101001 100101 100011

Color Harmonies of #397C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C70

Black with #397C70

Text Example


Text Example

White with #397C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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