#397569

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

Shades of Genoa #397569

Tints of Genoa #397569

Color information

#397569 (or 0x397569) is unknown color: approx Genoa. HEX triplet: 39, 75 and 69. RGB value is (57,117,105). Sum of RGB (Red+Green+Blue) = 57+117+105=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #397569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397569 is #C68A96. Grayscale: #616161. Windows color (decimal): -13011607 or 6911289. OLE color: 6911289.

HSL color Cylindrical-coordinate representation of color #397569: hue angle of 168º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397569 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB57117105-
CMYK0.5100.100.54
HSL168º34.48%34.12%-
HSV(B)168º51.28%45.88%-
XYZ10.614.6115.63-
YUV97.69132.1298.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=20.43%
G=41.94%
B=37.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571171050.5100.100.5416834.4834.12
Hex397569330A36a82222
Octal7116515163012662504242
Binary111001111010111010011100110101011011010101000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397569; }

 p { color: rgb(57,117,105); }

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

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

 a { background-color: rgb(57,117,105); }

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

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

 span { border-color: rgb(57,117,105); }

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