#397568

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

Shades of Genoa #397568

Tints of Genoa #397568

Color information

#397568 (or 0x397568) is unknown color: approx Genoa. HEX triplet: 39, 75 and 68. RGB value is (57,117,104). Sum of RGB (Red+Green+Blue) = 57+117+104=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #397568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397568 is #C68A97. Grayscale: #616161. Windows color (decimal): -13011608 or 6845753. OLE color: 6845753.

HSL color Cylindrical-coordinate representation of color #397568: hue angle of 167º 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 #397568 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB57117104-
CMYK0.5100.110.54
HSL167º34.48%34.12%-
HSV(B)167º51.28%45.88%-
XYZ10.5514.5915.36-
YUV97.58131.6299.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=20.50%
G=42.09%
B=37.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571171040.5100.110.5416734.4834.12
Hex397568330B36a72222
Octal7116515063013662474242
Binary111001111010111010001100110101111011010100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397568; }

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

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

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

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

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

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

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

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