#37776F

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

Shades of Genoa #37776F

Tints of Genoa #37776F

Color information

#37776F (or 0x37776F) is unknown color: approx Genoa. HEX triplet: 37, 77 and 6F. RGB value is (55,119,111). Sum of RGB (Red+Green+Blue) = 55+119+111=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #37776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37776F is #C88890. Grayscale: #626262. Windows color (decimal): -13142161 or 7305015. OLE color: 7305015.

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

Color convert

RGB55119111-
CMYK0.5400.070.53
HSL172.5º36.78%34.12%-
HSV(B)172.5º53.78%46.67%-
XYZ11.0415.1517.38-
YUV98.95134.896.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=19.30%
G=41.75%
B=38.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551191110.5400.070.53172.536.7834.12
Hex37776F360735ac2522
Octal671671576607652544542
Binary11011111101111101111110110011111010110101100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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