Html Css Color HEX #397E72 Genoa

📋 copy color: '#397E72'

red 57 ◦ green 126 ◦ blue 114

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

Shades of Genoa #397E72

Tints of Genoa #397E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 19.19%
G = 42.42%
B = 38.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#397E72 (or 0x397E72) is known color: Genoa. HEX triplet: 39, 7E and 72. RGB value is (57,126,114). Sum of RGB (Red+Green+Blue) = 57+126+114=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #397E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E72 is #C6818D. Grayscale: #676767. Windows color (decimal): -13009294 or 7503417. OLE color: 7503417.

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

Color convert

RGB 57 126 114 -
CMYK 0.55 0 0.10 0.51
HSL 169.57º 0.38% 0.36% -
HSV(B) 169.57º 0.55% 0.49% -
XYZ 12.19 17.01 18.56 -
YUV 104 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 57 126 114 0.55 0 0.10 0.51 169.57 0.38 0.36
Hex 39 7E 72 37 0 A 33 AA 26 24
Octal 71 176 162 67 0 12 63 252 46 44
Binary 111001 1111110 1110010 110111 0 1010 110011 10101010 100110 100100

Color Harmonies of #397E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E72

Black with #397E72

Text Example


Text Example

White with #397E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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