#397068

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

Shades of Genoa #397068

Tints of Genoa #397068

Color information

#397068 (or 0x397068) is unknown color: approx Genoa. HEX triplet: 39, 70 and 68. RGB value is (57,112,104). Sum of RGB (Red+Green+Blue) = 57+112+104=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #397068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397068 is #C68F97. Grayscale: #5E5E5E. Windows color (decimal): -13012888 or 6844473. OLE color: 6844473.

HSL color Cylindrical-coordinate representation of color #397068: hue angle of 171.27º 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 #397068 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB57112104-
CMYK0.4900.070.56
HSL171.27º32.54%33.14%-
HSV(B)171.27º49.11%43.92%-
XYZ9.9813.4615.17-
YUV94.64133.28101.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=20.88%
G=41.03%
B=38.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571121040.4900.070.56171.2732.5433.14
Hex397068310738ab2121
Octal711601506107702534141
Binary11100111100001101000110001011111100010101011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397068; }

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

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

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

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

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

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

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

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