#397772

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

Shades of Genoa #397772

Tints of Genoa #397772

Color information

#397772 (or 0x397772) is unknown color: approx Genoa. HEX triplet: 39, 77 and 72. RGB value is (57,119,114). Sum of RGB (Red+Green+Blue) = 57+119+114=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #397772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397772 is #C6888D. Grayscale: #636363. Windows color (decimal): -13011086 or 7501625. OLE color: 7501625.

HSL color Cylindrical-coordinate representation of color #397772: hue angle of 175.16º 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 #397772 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB57119114-
CMYK0.5200.040.53
HSL175.16º35.23%34.51%-
HSV(B)175.16º52.1%46.67%-
XYZ11.3215.2818.27-
YUV99.89135.9697.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=19.66%
G=41.03%
B=39.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191140.5200.040.53175.1635.2334.51
Hex397772340435af2323
Octal711671626404652574343
Binary11100111101111110010110100010011010110101111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397772; }

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

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

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

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

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

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

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

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