#37746B

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

Shades of Genoa #37746B

Tints of Genoa #37746B

Color information

#37746B (or 0x37746B) is unknown color: approx Genoa. HEX triplet: 37, 74 and 6B. RGB value is (55,116,107). Sum of RGB (Red+Green+Blue) = 55+116+107=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #37746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37746B is #C88B94. Grayscale: #606060. Windows color (decimal): -13142933 or 7042103. OLE color: 7042103.

HSL color Cylindrical-coordinate representation of color #37746B: hue angle of 171.15º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37746B is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB55116107-
CMYK0.5300.080.55
HSL171.15º35.67%33.53%-
HSV(B)171.15º52.59%45.49%-
XYZ10.4714.3616.13-
YUV96.74133.7998.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=19.78%
G=41.73%
B=38.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551161070.5300.080.55171.1535.6733.53
Hex37746B350837ab2422
Octal6716415365010672534442
Binary110111111010011010111101010100011011110101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37746B; }

 p { color: rgb(55,116,107); }

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

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

 a { background-color: rgb(55,116,107); }

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

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

 span { border-color: rgb(55,116,107); }

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