#397768

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

Shades of Genoa #397768

Tints of Genoa #397768

Color information

#397768 (or 0x397768) is unknown color: approx Genoa. HEX triplet: 39, 77 and 68. RGB value is (57,119,104). Sum of RGB (Red+Green+Blue) = 57+119+104=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #397768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397768 is #C68897. Grayscale: #626262. Windows color (decimal): -13011096 or 6846265. OLE color: 6846265.

HSL color Cylindrical-coordinate representation of color #397768: hue angle of 165.48º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397768 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB57119104-
CMYK0.5200.130.53
HSL165.48º35.23%34.51%-
HSV(B)165.48º52.1%46.67%-
XYZ10.7815.0615.44-
YUV98.75130.9698.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=20.36%
G=42.5%
B=37.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191040.5200.130.53165.4835.2334.51
Hex397768340D35a52323
Octal7116715064015652454343
Binary111001111011111010001101000110111010110100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397768; }

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

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

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

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

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

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

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

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