#397061

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

Shades of Genoa #397061

Tints of Genoa #397061

Color information

#397061 (or 0x397061) is unknown color: approx Genoa. HEX triplet: 39, 70 and 61. RGB value is (57,112,97). Sum of RGB (Red+Green+Blue) = 57+112+97=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #397061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397061 is #C68F9E. Grayscale: #5D5D5D. Windows color (decimal): -13012895 or 6385721. OLE color: 6385721.

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

Color convert

RGB5711297-
CMYK0.4900.130.56
HSL163.64º32.54%33.14%-
HSV(B)163.64º49.11%43.92%-
XYZ9.6413.3213.37-
YUV93.84129.78101.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=21.43%
G=42.11%
B=36.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112970.4900.130.56163.6432.5433.14
Hex397061310D38a42121
Octal7116014161015702444141
Binary111001111000011000011100010110111100010100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397061; }

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

 H1.HeaderClassName
 {
   color: #397061;
 }
 .AnyTagClassName
 {
   color: #397061;
 }
</style>
background-color css

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

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

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

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

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

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