#377A71

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

Shades of Genoa #377A71

Tints of Genoa #377A71

Color information

#377A71 (or 0x377A71) is unknown color: approx Genoa. HEX triplet: 37, 7A and 71. RGB value is (55,122,113). Sum of RGB (Red+Green+Blue) = 55+122+113=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #377A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A71 is #C8858E. Grayscale: #646464. Windows color (decimal): -13141391 or 7436855. OLE color: 7436855.

HSL color Cylindrical-coordinate representation of color #377A71: hue angle of 171.94º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A71 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB55122113-
CMYK0.5500.070.52
HSL171.94º37.85%34.71%-
HSV(B)171.94º54.92%47.84%-
XYZ11.5215.9218.09-
YUV100.94134.895.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=18.97%
G=42.07%
B=38.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551221130.5500.070.52171.9437.8534.71
Hex377A71370734ac2623
Octal671721616707642544643
Binary11011111110101110001110111011111010010101100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377A71; }

 p { color: rgb(55,122,113); }

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

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

 a { background-color: rgb(55,122,113); }

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

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

 span { border-color: rgb(55,122,113); }

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