#37776A

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

Shades of Genoa #37776A

Tints of Genoa #37776A

Color information

#37776A (or 0x37776A) is unknown color: approx Genoa. HEX triplet: 37, 77 and 6A. RGB value is (55,119,106). Sum of RGB (Red+Green+Blue) = 55+119+106=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #37776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37776A is #C88895. Grayscale: #626262. Windows color (decimal): -13142166 or 6977335. OLE color: 6977335.

HSL color Cylindrical-coordinate representation of color #37776A: hue angle of 167.81º 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 #37776A is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB55119106-
CMYK0.5400.110.53
HSL167.81º36.78%34.12%-
HSV(B)167.81º53.78%46.67%-
XYZ10.7715.0515.97-
YUV98.38132.397.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=19.64%
G=42.5%
B=37.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551191060.5400.110.53167.8136.7834.12
Hex37776A360B35a82522
Octal6716715266013652504542
Binary110111111011111010101101100101111010110101000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37776A; }

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

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

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

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

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

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

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

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