Html Css Color HEX #397F70 Genoa

📋 copy color: '#397F70'

red 57 ◦ green 127 ◦ blue 112

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

Shades of Genoa #397F70

Tints of Genoa #397F70

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

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

R = 19.26%
G = 42.91%
B = 37.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#397F70 (or 0x397F70) is known color: Genoa. HEX triplet: 39, 7F and 70. RGB value is (57,127,112). Sum of RGB (Red+Green+Blue) = 57+127+112=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #397F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F70 is #C6808F. Grayscale: #686868. Windows color (decimal): -13009040 or 7372601. OLE color: 7372601.

HSL color Cylindrical-coordinate representation of color #397F70: hue angle of 167.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F70 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 112 -
CMYK 0.55 0 0.12 0.50
HSL 167.14º 0.38% 0.36% -
HSV(B) 167.14º 0.55% 0.5% -
XYZ 12.2 17.22 18.01 -
YUV 104.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 57 127 112 0.55 0 0.12 0.50 167.14 0.38 0.36
Hex 39 7F 70 37 0 C 32 A7 26 24
Octal 71 177 160 67 0 14 62 247 46 44
Binary 111001 1111111 1110000 110111 0 1100 110010 10100111 100110 100100

Color Harmonies of #397F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F70

Black with #397F70

Text Example


Text Example

White with #397F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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