#397A6F

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

Shades of Genoa #397A6F

Tints of Genoa #397A6F

Color information

#397A6F (or 0x397A6F) is unknown color: approx Genoa. HEX triplet: 39, 7A and 6F. RGB value is (57,122,111). Sum of RGB (Red+Green+Blue) = 57+122+111=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #397A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A6F is #C68590. Grayscale: #656565. Windows color (decimal): -13010321 or 7305785. OLE color: 7305785.

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

Color convert

RGB57122111-
CMYK0.5300.090.52
HSL169.85º36.31%35.1%-
HSV(B)169.85º53.28%47.84%-
XYZ11.5215.9417.51-
YUV101.31133.4796.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=19.66%
G=42.07%
B=38.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571221110.5300.090.52169.8536.3135.1
Hex397A6F350934aa2423
Octal7117215765011642524443
Binary111001111101011011111101010100111010010101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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