Html Css Color HEX #397E70 Genoa

📋 copy color: '#397E70'

red 57 ◦ green 126 ◦ blue 112

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

Shades of Genoa #397E70

Tints of Genoa #397E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

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

R = 19.32%
G = 42.71%
B = 37.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#397E70 (or 0x397E70) is known color: Genoa. HEX triplet: 39, 7E and 70. RGB value is (57,126,112). Sum of RGB (Red+Green+Blue) = 57+126+112=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #397E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E70 is #C6818F. Grayscale: #676767. Windows color (decimal): -13009296 or 7372345. OLE color: 7372345.

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

Color convert

RGB 57 126 112 -
CMYK 0.55 0 0.11 0.51
HSL 167.83º 0.38% 0.36% -
HSV(B) 167.83º 0.55% 0.49% -
XYZ 12.07 16.96 17.97 -
YUV 103.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 57 126 112 0.55 0 0.11 0.51 167.83 0.38 0.36
Hex 39 7E 70 37 0 B 33 A8 26 24
Octal 71 176 160 67 0 13 63 250 46 44
Binary 111001 1111110 1110000 110111 0 1011 110011 10101000 100110 100100

Color Harmonies of #397E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E70

Black with #397E70

Text Example


Text Example

White with #397E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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