#397363

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

Shades of Genoa #397363

Tints of Genoa #397363

Color information

#397363 (or 0x397363) is unknown color: approx Genoa. HEX triplet: 39, 73 and 63. RGB value is (57,115,99). Sum of RGB (Red+Green+Blue) = 57+115+99=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #397363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397363 is #C68C9C. Grayscale: #5F5F5F. Windows color (decimal): -13012125 or 6517561. OLE color: 6517561.

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

Color convert

RGB5711599-
CMYK0.5000.140.55
HSL163.45º33.72%33.73%-
HSV(B)163.45º50.43%45.1%-
XYZ10.0714.0313.98-
YUV95.83129.78100.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=21.03%
G=42.44%
B=36.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115990.5000.140.55163.4533.7233.73
Hex397363320E37a32222
Octal7116314362016672434242
Binary111001111001111000111100100111011011110100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397363; }

 p { color: rgb(57,115,99); }

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

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

 a { background-color: rgb(57,115,99); }

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

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

 span { border-color: rgb(57,115,99); }

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