#377C71

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

Shades of Genoa #377C71

Tints of Genoa #377C71

Color information

#377C71 (or 0x377C71) is unknown color: approx Genoa. HEX triplet: 37, 7C and 71. RGB value is (55,124,113). Sum of RGB (Red+Green+Blue) = 55+124+113=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #377C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C71 is #C8838E. Grayscale: #666666. Windows color (decimal): -13140879 or 7437367. OLE color: 7437367.

HSL color Cylindrical-coordinate representation of color #377C71: hue angle of 170.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C71 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB55124113-
CMYK0.5600.090.51
HSL170.43º38.55%35.1%-
HSV(B)170.43º55.65%48.63%-
XYZ11.7616.4218.17-
YUV102.12134.1494.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=18.84%
G=42.47%
B=38.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551241130.5600.090.51170.4338.5535.1
Hex377C71380933aa2723
Octal6717416170011632524743
Binary110111111110011100011110000100111001110101010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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