Html Css Color HEX #397A71 Genoa

📋 copy color: '#397A71'

red 57 ◦ green 122 ◦ blue 113

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

Shades of Genoa #397A71

Tints of Genoa #397A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 19.52%
G = 41.78%
B = 38.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#397A71 (or 0x397A71) is known color: Genoa. HEX triplet: 39, 7A and 71. RGB value is (57,122,113). Sum of RGB (Red+Green+Blue) = 57+122+113=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #397A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A71 is #C6858E. Grayscale: #656565. Windows color (decimal): -13010319 or 7436857. OLE color: 7436857.

HSL color Cylindrical-coordinate representation of color #397A71: hue angle of 171.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A71 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 122 113 -
CMYK 0.53 0 0.07 0.52
HSL 171.69º 0.36% 0.35% -
HSV(B) 171.69º 0.53% 0.48% -
XYZ 11.63 15.98 18.09 -
YUV 101.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 57 122 113 0.53 0 0.07 0.52 171.69 0.36 0.35
Hex 39 7A 71 35 0 7 34 AC 24 23
Octal 71 172 161 65 0 7 64 254 44 43
Binary 111001 1111010 1110001 110101 0 111 110100 10101100 100100 100011

Color Harmonies of #397A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A71

Black with #397A71

Text Example


Text Example

White with #397A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,122,113); }

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

background-color css

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

 a { background-color: rgb(57,122,113); }

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

border-color css

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

 span { border-color: rgb(57,122,113); }

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