#397A6A

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

Shades of Genoa #397A6A

Tints of Genoa #397A6A

Color information

#397A6A (or 0x397A6A) is unknown color: approx Genoa. HEX triplet: 39, 7A and 6A. RGB value is (57,122,106). Sum of RGB (Red+Green+Blue) = 57+122+106=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #397A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A6A is #C68595. Grayscale: #646464. Windows color (decimal): -13010326 or 6978105. OLE color: 6978105.

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

Color convert

RGB57122106-
CMYK0.5300.130.52
HSL165.23º36.31%35.1%-
HSV(B)165.23º53.28%47.84%-
XYZ11.2515.8316.1-
YUV100.74130.9796.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=20%
G=42.81%
B=37.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571221060.5300.130.52165.2336.3135.1
Hex397A6A350D34a52423
Octal7117215265015642454443
Binary111001111101011010101101010110111010010100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397A6A; }

 p { color: rgb(57,122,106); }

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

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

 a { background-color: rgb(57,122,106); }

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

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

 span { border-color: rgb(57,122,106); }

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