#397161

Color #397161 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #397161

Tints of Genoa #397161

Color information

#397161 (or 0x397161) is unknown color: approx 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

RGB5711397-
CMYK0.5000.140.56
HSL162.86º32.94%33.33%-
HSV(B)162.86º49.56%44.31%-
XYZ9.7513.5413.41-
YUV94.43129.45101.3-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113970.5000.140.56162.8632.9433.33
Hex397161320E38a32121
Octal7116114162016702434141
Binary111001111000111000011100100111011100010100011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>