Html Css Color HEX #397161 Genoa

📋 copy color: '#397161'

red 57 ◦ green 113 ◦ blue 97

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

Shades of Genoa #397161

Tints of Genoa #397161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 21.35%
G = 42.32%
B = 36.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#397161 (or 0x397161) is known color: Genoa. HEX triplet: 39, 71 and 61. RGB value is (57,113,97). Sum of RGB (Red+Green+Blue) = 57+113+97=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #397161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397161 is #C68E9E. Grayscale: #5E5E5E. Windows color (decimal): -13012639 or 6385977. OLE color: 6385977.

HSL color Cylindrical-coordinate representation of color #397161: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397161 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 97 -
CMYK 0.50 0 0.14 0.56
HSL 162.86º 0.33% 0.33% -
HSV(B) 162.86º 0.5% 0.44% -
XYZ 9.75 13.54 13.41 -
YUV 94.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 57 113 97 0.50 0 0.14 0.56 162.86 0.33 0.33
Hex 39 71 61 32 0 E 38 A3 21 21
Octal 71 161 141 62 0 16 70 243 41 41
Binary 111001 1110001 1100001 110010 0 1110 111000 10100011 100001 100001

Color Harmonies of #397161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397161

Black with #397161

Text Example


Text Example

White with #397161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397161; }

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

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

background-color css

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

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

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

border-color css

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

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

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