#377773

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

Shades of Genoa #377773

Tints of Genoa #377773

Color information

#377773 (or 0x377773) is unknown color: approx Genoa. HEX triplet: 37, 77 and 73. RGB value is (55,119,115). Sum of RGB (Red+Green+Blue) = 55+119+115=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #377773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377773 is #C8888C. Grayscale: #636363. Windows color (decimal): -13142157 or 7567159. OLE color: 7567159.

HSL color Cylindrical-coordinate representation of color #377773: hue angle of 176.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377773 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB55119115-
CMYK0.5400.030.53
HSL176.25º36.78%34.12%-
HSV(B)176.25º53.78%46.67%-
XYZ11.2715.2418.57-
YUV99.41136.896.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=19.03%
G=41.18%
B=39.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551191150.5400.030.53176.2536.7834.12
Hex377773360335b02522
Octal671671636603652604542
Binary1101111110111111001111011001111010110110000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377773; }

 p { color: rgb(55,119,115); }

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

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

 a { background-color: rgb(55,119,115); }

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

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

 span { border-color: rgb(55,119,115); }

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