#397369

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

Shades of Genoa #397369

Tints of Genoa #397369

Color information

#397369 (or 0x397369) is unknown color: approx Genoa. HEX triplet: 39, 73 and 69. RGB value is (57,115,105). Sum of RGB (Red+Green+Blue) = 57+115+105=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #397369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397369 is #C68C96. Grayscale: #606060. Windows color (decimal): -13012119 or 6910777. OLE color: 6910777.

HSL color Cylindrical-coordinate representation of color #397369: hue angle of 169.66º 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 #397369 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB57115105-
CMYK0.5000.090.55
HSL169.66º33.72%33.73%-
HSV(B)169.66º50.43%45.1%-
XYZ10.3714.1515.55-
YUV96.52132.7899.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=20.58%
G=41.52%
B=37.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571151050.5000.090.55169.6633.7233.73
Hex397369320937aa2222
Octal7116315162011672524242
Binary111001111001111010011100100100111011110101010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397369; }

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

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

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

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

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

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

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

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